zstd: configure target build

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard
2025-08-30 06:29:41 -04:00
parent cb4facdf07
commit 5f4535a4aa

View File

@@ -33,3 +33,9 @@ configure_host() {
-DZSTD_BUILD_TESTS=OFF \ -DZSTD_BUILD_TESTS=OFF \
${PKG_CMAKE_SCRIPT%/*} ${PKG_CMAKE_SCRIPT%/*}
} }
PKG_CMAKE_OPTS_TARGET="-DZSTD_LEGACY_SUPPORT=0 \
-DBUILD_SHARED_LIBS=ON \
-DZSTD_BUILD_STATIC=OFF \
-DZSTD_BUILD_PROGRAMS=OFF \
-DZSTD_BUILD_TESTS=OFF"