raylib: depend on glfw for shared library

This commit is contained in:
Maksim Bondarenkov 2024-12-30 07:24:23 +03:00 committed by Christoph Reiter
parent 27ae74de43
commit 31f724085f

View File

@ -50,6 +50,7 @@ build() {
"${extra_config[@]}" \
-DBUILD_EXAMPLES=OFF \
-DBUILD_SHARED_LIBS=ON \
-DUSE_EXTERNAL_GLFW=ON \
-B "build-${MSYSTEM}-shared" \
-S "${_realname}-${pkgver}"