mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: physfs: Do not build the static library.
* gnu/packages/game-development.scm (physfs)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
93fc9b6abf
commit
a904223ec5
1 changed files with 1 additions and 0 deletions
|
@ -631,6 +631,7 @@ (define-public physfs
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no check target
|
'(#:tests? #f ; no check target
|
||||||
|
#:configure-flags '("-DPHYSFS_BUILD_STATIC=OFF")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-CMakeLists.txt
|
(add-after 'unpack 'patch-CMakeLists.txt
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue