gnu: physfs: Do not build the static library.
* gnu/packages/game-development.scm (physfs)[arguments]: Add #:configure-flags.master
parent
93fc9b6abf
commit
a904223ec5
|
@ -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 _
|
||||
|
|
Reference in New Issue