mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/zycore: use cmake3.5 wrapper
This commit is contained in:
parent
87538e8149
commit
37e6be34fe
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user