mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/raspberrypi-userland: fix build with cmake 4
This commit is contained in:
parent
b36235a861
commit
369b6cd788
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ build() {
|
|||
arm*) local _arm64=off;;
|
||||
aarch64) local _arm64=on;;
|
||||
esac
|
||||
cmake -B build -G Ninja \
|
||||
cmake3.5 -B build -G Ninja \
|
||||
-DCMAKE_C_FLAGS="$CFLAGS -D_GNU_SOURCE" \
|
||||
-DARM64=$_arm64 \
|
||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue