瀏覽代碼

Libc++ renabled.

main
offa 7 年之前
父節點
當前提交
b12b3f782c
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      script/ci_build.sh

+ 3
- 3
script/ci_build.sh 查看文件

@@ -2,9 +2,9 @@

set -ex

#if [[ "${CXX}" == clang* ]]; then
#export CXXFLAGS="-stdlib=libc++"
#fi
if [[ "${CXX}" == clang* ]]; then
export CXXFLAGS="-stdlib=libc++"
fi

mkdir build && cd build


Loading…
取消
儲存