mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
rpcs3: add cmake flag to not build shared libs
(cherry picked from commit 88261e706f)
This commit is contained in:
committed by
github-actions[bot]
parent
a36f996d70
commit
fdb5350b63
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user