Explorar el Código

Remove -stdlib=libc++ from caf as well

master
Ray Burgemeestre hace 5 años
padre
commit
bfff7de98f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      caf/Makefile

+ 2
- 1
caf/Makefile Ver fichero

@@ -19,8 +19,9 @@ impl:
--no-benchmarks \
--no-tools \
--no-python && \
CMAKE_CXX_FLAGS="-std=c++17 -stdlib=libc++" make -j $$(nproc) && \
CMAKE_CXX_FLAGS="-std=c++17" make -j $$(nproc) && \
make install
#CMAKE_CXX_FLAGS="-std=c++17 -stdlib=libc++" make -j $$(nproc) && \

package:
rm -rf out

Cargando…
Cancelar
Guardar