gnu: curseofwar: Cross compile.
* gnu/packages/games.scm (curseofwar)[arguments]: Use cc-for-target in make-flags.master
parent
15929beb5f
commit
54d478fd9b
|
@ -11961,7 +11961,8 @@ game FPS.")
|
|||
(arguments
|
||||
`(#:tests? #f; no tests
|
||||
#:make-flags
|
||||
(list "CC=gcc" "PREFIX="
|
||||
(list (string-append "CC=" ,(cc-for-target))
|
||||
"PREFIX="
|
||||
(string-append "DESTDIR=" (assoc-ref %outputs "out")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Reference in New Issue