mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
VNC-127 Disable shared library builds for TBB
This commit is contained in:
parent
d144f5a5e0
commit
ad95259fda
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -euo pipefail
|
|||
|
||||
build_and_install() {
|
||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr/local \
|
||||
-DTBB_TEST=OFF -GNinja .
|
||||
-DTBB_TEST=OFF -DBUILD_SHARED_LIBS=OFF -GNinja .
|
||||
ninja -C build install
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue