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
|
#: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))))
|
||||||
|
|
Reference in New Issue