me
/
guix
Archived
1
0
Fork 0

gnu: ioquake3: Prepare for cross-compilation.

* gnu/packages/game-development.scm (ioquake3)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2022-08-14 02:00:01 +02:00
parent 5456a144c7
commit 8612395554
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"