aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-05-27 14:18:52 +0200
committerMarius Bakke <marius@gnu.org>2020-05-29 15:41:28 +0200
commita904223ec55a61e6597c88da01426d9ff8a40537 (patch)
tree4065402447136a5b9539ed2b29138d3c3817e340 /gnu/packages/game-development.scm
parent93fc9b6abf6123c665288b180a8da6e9fac61602 (diff)
downloadguix-a904223ec55a61e6597c88da01426d9ff8a40537.tar
guix-a904223ec55a61e6597c88da01426d9ff8a40537.tar.gz
gnu: physfs: Do not build the static library.
* gnu/packages/game-development.scm (physfs)[arguments]: Add #:configure-flags.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index f16b84d5ae..fae5d591aa 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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 _