Ver código fonte

Libc++ renabled.

main
offa 7 anos atrás
pai
commit
b12b3f782c
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      script/ci_build.sh

+ 3
- 3
script/ci_build.sh Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar