Explorar el Código

Share paths utils between Linux+FreeBSD

default_compile_flags
vector-of-bool hace 5 años
padre
commit
ce3e3d72c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/dds/util/paths.linux_fbsd.cpp

src/dds/util/paths.linux.cpp → src/dds/util/paths.linux_fbsd.cpp Ver fichero

@@ -1,4 +1,4 @@
#ifdef __linux__
#if __linux__ || __FreeBSD__

#include "./paths.hpp"


Cargando…
Cancelar
Guardar