rpcs3: add cmake flag to not build shared libs

(cherry picked from commit 88261e706f)
This commit is contained in:
azban 2026-05-09 00:19:01 -06:00 committed by github-actions[bot]
commit fdb5350b63

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)