gnu: mamba: Prepare for cross-compilation.
* gnu/packages/music.scm (mamba)[arguments]: Use CC-FOR-TARGET.master
parent
0620901219
commit
cebed25e67
|
@ -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))))
|
||||
|
|
Reference in New Issue