Browse Source

Fix conan libstdc++ ABI (#156).

main
offa 5 years ago
parent
commit
b6639d9c82
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script/ci_build.sh

+ 1
- 1
script/ci_build.sh View File

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

Loading…
Cancel
Save