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

@@ -2,7 +2,8 @@

set -ex

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


Loading…
Cancel
Save