3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: curseofwar: Cross compile.

* gnu/packages/games.scm (curseofwar)[arguments]: Use cc-for-target in
make-flags.
This commit is contained in:
Efraim Flashner 2020-11-15 23:17:40 +02:00
parent 15929beb5f
commit 54d478fd9b
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

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