gnu: physfs: Do not build the static library.

* gnu/packages/game-development.scm (physfs)[arguments]: Add #:configure-flags.
This commit is contained in:
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

View file

@ -631,6 +631,7 @@ (define-public physfs
(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 _