ソースを参照

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


読み込み中…
キャンセル
保存