Browse Source

Unification.

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

+ 2
- 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++"
fi fi



Loading…
Cancel
Save