Sfoglia il codice sorgente

Libc++ renabled.

main
offa 7 anni fa
parent
commit
b12b3f782c
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      script/ci_build.sh

+ 3
- 3
script/ci_build.sh Vedi File

@@ -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…
Annulla
Salva