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:
parent
87538e8149
commit
37e6be34fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue