me
/
guix
Archived
1
0
Fork 0

gnu: physfs: Do not build the static library.

* gnu/packages/game-development.scm (physfs)[arguments]: Add #:configure-flags.
master
Marius Bakke 2020-05-27 14:18:52 +02:00
parent 93fc9b6abf
commit a904223ec5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -631,6 +631,7 @@ garbage collection and can be extended with plugins.")
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no check target
#:configure-flags '("-DPHYSFS_BUILD_STATIC=OFF")
#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-CMakeLists.txt
(lambda _