mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-24 10:01:47 +02:00
gnu: ioquake3: Prepare for cross-compilation.
* gnu/packages/game-development.scm (ioquake3)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user