nckx pushed a commit to branch master
in repository guix.
commit 86123955543be653f5631620f478561f07333e55
Author: Tobias Geerinckx-Rice <[email protected]>
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"