mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rpcs3: add cmake flag to not build shared libs
(cherry picked from commit 88261e706f)
This commit is contained in:
parent
a36f996d70
commit
fdb5350b63
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue