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
|
(arguments
|
||||||
`(#:tests? #f; no tests
|
`(#:tests? #f; no tests
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CC=gcc" "PREFIX="
|
(list (string-append "CC=" ,(cc-for-target))
|
||||||
|
"PREFIX="
|
||||||
(string-append "DESTDIR=" (assoc-ref %outputs "out")))
|
(string-append "DESTDIR=" (assoc-ref %outputs "out")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue