Skip to content

Commit

Permalink
Unification.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Oct 23, 2017
1 parent 59fe714 commit 6ea9b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

set -ex

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

Expand Down

0 comments on commit 6ea9b88

Please sign in to comment.