Browse Source

Lost parameter added.

main
offa 7 years ago
parent
commit
ceba020bc9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      script/ci_install.sh

+ 1
- 0
script/ci_install.sh View File

@@ -42,6 +42,7 @@ then
mkdir -p build && cd build

cmake -DCMAKE_C_COMPILER=${CC} \
-DCMAKE_CXX_COMPILER=${CXX} \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIBCXX_ABI_UNSTABLE=ON \

Loading…
Cancel
Save