guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: physfs: Do not build the static library.


From: guix-commits
Subject: 02/13: gnu: physfs: Do not build the static library.
Date: Fri, 29 May 2020 09:42:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a904223ec55a61e6597c88da01426d9ff8a40537
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed May 27 14:18:52 2020 +0200

    gnu: physfs: Do not build the static library.
    
    * gnu/packages/game-development.scm (physfs)[arguments]: Add 
#:configure-flags.
---
 gnu/packages/game-development.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index f16b84d..fae5d59 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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]