mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/libwebsockets: fix build with cmake 4
This commit is contained in:
parent
5161213276
commit
a48285c8ef
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archiv
|
|||
options="!check" # no tests were found
|
||||
|
||||
build() {
|
||||
cmake -B build -G Ninja \
|
||||
cmake3.5 -B build -G Ninja \
|
||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue