Explorar el Código

Libc++ renabled.

main
offa hace 7 años
padre
commit
b12b3f782c
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      script/ci_build.sh

+ 3
- 3
script/ci_build.sh Ver fichero

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


Cargando…
Cancelar
Guardar