me
/
guix
Archived
1
0
Fork 0

gnu: curseofwar: Cross compile.

* gnu/packages/games.scm (curseofwar)[arguments]: Use cc-for-target in
make-flags.
master
Efraim Flashner 2020-11-15 23:17:40 +02:00
parent 15929beb5f
commit 54d478fd9b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

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