Browse Source

Another Clang flag.

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

+ 1
- 1
script/ci_build.sh View File

set -ex set -ex


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


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

Loading…
Cancel
Save