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

mkdir -p build && cd build mkdir -p build && cd build


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

Loading…
Cancel
Save