Explorar el Código

Fix conan libstdc++ ABI (#156).

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

+ 1
- 1
script/ci_build.sh Ver fichero

@@ -13,7 +13,7 @@ then
fi

mkdir build && cd build
conan install --build missing ..
conan install --build missing -s compiler.libcxx=libstdc++11 ..

cmake ..
make

Cargando…
Cancelar
Guardar