1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/zycore: use cmake3.5 wrapper

This commit is contained in:
mio 2025-07-11 04:43:34 +00:00
parent 87538e8149
commit 37e6be34fe

View file

@ -16,7 +16,7 @@ build() {
if [ "$CBUILD" != "$CHOST" ]; then
local crossopts="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build -G Ninja \
cmake3.5 -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DZYCORE_BUILD_SHARED_LIB=ON \