mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: mamba: Prepare for cross-compilation.
* gnu/packages/music.scm (mamba)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
0620901219
commit
cebed25e67
1 changed files with 1 additions and 1 deletions
|
@ -5997,7 +5997,7 @@ (define-public mamba
|
|||
#: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))))
|
||||
|
|
Loading…
Reference in a new issue