rpcs3: add cmake flag to not build shared libs (#518285)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-29 18:59:38 +00:00
committed by GitHub

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)