guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: irrlicht: Use CC-FOR-TARGET.


From: guix-commits
Subject: 02/05: gnu: irrlicht: Use CC-FOR-TARGET.
Date: Sun, 5 Jun 2022 11:03:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4e735cccc7ca1c9ba8278df84b9351f1fa731e84
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    gnu: irrlicht: Use CC-FOR-TARGET.
    
    * gnu/packages/games.scm (irrlicht)[arguments]: Use CC-FOR-TARGET.
---
 gnu/packages/games.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c5c3e8af18..ed9f93b1a0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3588,7 +3588,9 @@ are primarily in English, however some in other languages 
are provided.")
                (mkdir-p (string-append out "/include")))))
          (delete 'configure))           ; no configure script
        #:tests? #f                      ; no check target
-       #:make-flags '("CC=gcc" "sharedlib")))
+       #:make-flags
+       (list (string-append "CC=" ,(cc-for-target))
+             "sharedlib")))
     (inputs
      `(("bzip2" ,bzip2)
        ("libjpeg" ,libjpeg-turbo)



reply via email to

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