Quellcode durchsuchen

Remove -stdlib=libc++ from caf as well

master
Ray Burgemeestre vor 5 Jahren
Ursprung
Commit
bfff7de98f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      caf/Makefile

+ 2
- 1
caf/Makefile Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern