Bläddra i källkod

Boost was doing different name manging than anticipated

master
Ray Burgemeestre 5 år sedan
förälder
incheckning
cc92fae0d7
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      boost/Makefile

+ 2
- 1
boost/Makefile Visa fil

@@ -16,7 +16,8 @@ impl:
mkdir -p target && \
CXX=$$(which c++) ./bootstrap.sh --prefix=$$PWD/target/ --with-toolset=clang && \
./b2 clean && \
./b2 --prefix=$$PWD/target/ toolset=clang || true
./b2 --with-program_options --prefix=$$PWD/target/ toolset=clang cxxflags="-D_GLIBCXX_USE_CXX11_ABI=0 -stdlib=libc++ -std=c++17" linkflags="-stdlib=libc++" || true
#./b2 --prefix=$$PWD/target/ toolset=clang || true
# ^ ||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++"


Laddar…
Avbryt
Spara