guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: curseofwar: Cross compile.


From: guix-commits
Subject: 01/02: gnu: curseofwar: Cross compile.
Date: Sun, 15 Nov 2020 16:20:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 54d478fd9b052b7cabf32f06b1faa637a8d1607a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 15 23:17:40 2020 +0200

    gnu: curseofwar: Cross compile.
    
    * gnu/packages/games.scm (curseofwar)[arguments]: Use cc-for-target in
    make-flags.
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4ab7436..ddf0108 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]