Browse Source

Libc++ renabled.

main
offa 7 years ago
parent
commit
b12b3f782c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      script/ci_build.sh

+ 3
- 3
script/ci_build.sh View File



set -ex set -ex


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


mkdir build && cd build mkdir build && cd build



Loading…
Cancel
Save