diff options
author | Marius Bakke <marius@gnu.org> | 2020-05-27 14:18:52 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-05-29 15:41:28 +0200 |
commit | a904223ec55a61e6597c88da01426d9ff8a40537 (patch) | |
tree | 4065402447136a5b9539ed2b29138d3c3817e340 /gnu | |
parent | 93fc9b6abf6123c665288b180a8da6e9fac61602 (diff) | |
download | 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')
-rw-r--r-- | gnu/packages/game-development.scm | 1 |
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 _ |