浏览代码

Unification.

main
offa 7 年前
父节点
当前提交
6ea9b88887
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      script/ci_build.sh

+ 2
- 1
script/ci_build.sh 查看文件



set -ex set -ex


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



正在加载...
取消
保存