gnu: mamba: Prepare for cross-compilation.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 19 Apr 2021 13:29:22 +0000 (15:29 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 19 Apr 2021 17:23:02 +0000 (19:23 +0200)
* gnu/packages/music.scm (mamba)[arguments]: Use CC-FOR-TARGET.

gnu/packages/music.scm

index 265b8fd..11702af 100644 (file)
@@ -5997,7 +5997,7 @@ It can also play and mix samples.")
       #:make-flags
       (list (string-append "PREFIX="
                            (assoc-ref %outputs "out"))
-            "CC=gcc")
+            (string-append "CC=" ,(cc-for-target)))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure))))