guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: ioquake3: Prepare for cross-compilation.


From: guix-commits
Subject: 06/13: gnu: ioquake3: Prepare for cross-compilation.
Date: Sat, 20 Aug 2022 20:59:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 86123955543be653f5631620f478561f07333e55
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 14 02:00:01 2022 +0200

    gnu: ioquake3: Prepare for cross-compilation.
    
    * gnu/packages/game-development.scm (ioquake3)[arguments]: Use 
CC-FOR-TARGET.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 0a78ec6ad2..397abadc5d 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2168,7 +2168,7 @@ of the others")
        (list
         #:tests? #f                     ; no tests
         #:make-flags
-        #~(list "CC=gcc"
+        #~(list (string-append "CC=" #$(cc-for-target))
                 "USE_INTERNAL_LIBS=0"
                 "USE_FREETYPE=1"
                 "USE_RENDERER_DLOPEN=0"



reply via email to

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