Browse Source

Remove -stdlib=libc++ from caf as well

master
Ray Burgemeestre 5 years ago
parent
commit
bfff7de98f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      caf/Makefile

+ 2
- 1
caf/Makefile View File

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

Loading…
Cancel
Save