mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: curseofwar: Cross compile.
* gnu/packages/games.scm (curseofwar)[arguments]: Use cc-for-target in make-flags.
This commit is contained in:
parent
15929beb5f
commit
54d478fd9b
1 changed files with 2 additions and 1 deletions
|
@ -11961,7 +11961,8 @@ (define-public curseofwar
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue