Skip to content

Commit

Permalink
Work around weird library install overrides by onevpls build system
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Aug 17, 2022
1 parent 5be16c7 commit 512e0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts.d/50-onevpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ffbuild_dockerbuild() {
mkdir build && cd build

cmake -GNinja -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" \
-DCMAKE_INSTALL_BINDIR="$FFBUILD_PREFIX"/bin -DCMAKE_INSTALL_LIBDIR="$FFBUILD_PREFIX"/lib \
-DBUILD_DISPATCHER=ON -DBUILD_DEV=ON \
-DBUILD_PREVIEW=OFF -DBUILD_TOOLS=OFF -DBUILD_TOOLS_ONEVPL_EXPERIMENTAL=OFF -DINSTALL_EXAMPLE_CODE=OFF \
-DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF ..
Expand Down

0 comments on commit 512e0fe

Please sign in to comment.