Преглед изворни кода

EDIT: still using clang, but not changing stdlib, also Fix

master
Ray Burgemeestre пре 5 година
родитељ
комит
df4c8795f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      boost/Makefile

+ 1
- 1
boost/Makefile Прегледај датотеку

@@ -16,7 +16,7 @@ impl:
mkdir -p target && \
CXX=$$(which c++) ./bootstrap.sh --prefix=$$PWD/target/ --with-toolset=clang && \
./b2 clean && \
./b2 --with-program_options --prefix=$$PWD/target/ toolset=clang
./b2 --prefix=$$PWD/target/ toolset=clang
# ^ ||true because with clang I saw a few libraries not compile correctly, we can ignore those.
#./b2 --with-program_options --prefix=$$PWD/target/ toolset=clang cxxflags="-stdlib=libc++ -std=c++17" linkflags="-stdlib=libc++"


Loading…
Откажи
Сачувај