mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
VNC-284 Fix TBB build on Opensuse 16
This commit is contained in:
parent
76938ff3e5
commit
7f461bdc56
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ build_and_install() {
|
|||
cp -r include/* /usr/include/
|
||||
else
|
||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr/local \
|
||||
-DCMAKE_CXX_FLAGS="-Wno-stringop-overflow" \
|
||||
-DTBB_TEST=OFF -DBUILD_SHARED_LIBS=OFF -GNinja .
|
||||
ninja -C build install
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue