[Backport release-26.05] rpcs3: add cmake flag to not build shared libs (#536831)

This commit is contained in:
Peder Bergebakken Sundt 2026-07-02 17:36:46 +00:00 committed by GitHub
commit 50d3d53ac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,6 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
cmakeFlags = [
(lib.cmakeBool "BUILD_SHARED_LIBS" false)
(lib.cmakeBool "USE_SYSTEM_ZLIB" true)
(lib.cmakeBool "USE_SYSTEM_LIBUSB" true)
(lib.cmakeBool "USE_SYSTEM_LIBPNG" true)