From 86123955543be653f5631620f478561f07333e55 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 14 Aug 2022 02:00:01 +0200 Subject: 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(-) (limited to 'gnu/packages/game-development.scm') 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" -- cgit v1.2.3