瀏覽代碼

Make boost compile errors not break the build.

master
Ray Burgemeestre 5 年之前
父節點
當前提交
b87ac425b3
共有 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 --prefix=$$PWD/target/ toolset=clang
./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++"


Loading…
取消
儲存