me
/
guix
Archived
1
0
Fork 0

gnu: mamba: Prepare for cross-compilation.

* gnu/packages/music.scm (mamba)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2021-04-19 15:29:22 +02:00
parent 0620901219
commit cebed25e67
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

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