On Wed, 02 Mar 2022 21:40:51 +0100, Drew DeVault wrote:
> + -DSFML_BUILD_DOC=TRUE \> + -DSFML_INSTALL_PKGCONFIG_FILES=TRUE \> + -DBUILD_SHARED_LIBS=FALSE
you missed a cmake --build for this too (it builds when called with install below instead, in the slower fakeroot() )
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/31589#note_219861
On Wed, 02 Mar 2022 21:40:51 +0100, Drew DeVault wrote:
> + -DSFML_BUILD_DOC=TRUE \> + -DSFML_INSTALL_PKGCONFIG_FILES=TRUE \> + -DBUILD_SHARED_LIBS=FALSE
you could also set both of these to MinSizeRel and add a -G Ninja and samurai to makedeps while you're here editing them :)
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/31589#note_219863