소스 검색

Libc++ renabled.

main
offa 7 년 전
부모
커밋
b12b3f782c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      script/ci_build.sh

+ 3
- 3
script/ci_build.sh 파일 보기

@@ -2,9 +2,9 @@

set -ex

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

mkdir build && cd build


Loading…
취소
저장