mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: setbfree: Prepare for cross-compilation.
* gnu/packages/music.scm (setbfree)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
4b17711cbc
commit
12f0ffe2b8
1 changed files with 1 additions and 1 deletions
|
@ -2663,7 +2663,7 @@ (define-public setbfree
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'build 'set-CC-variable
|
||||
(lambda _ (setenv "CC" "gcc")))
|
||||
(lambda _ (setenv "CC" ,(cc-for-target))))
|
||||
(delete 'configure))))
|
||||
(inputs
|
||||
(list jack-1
|
||||
|
|
Loading…
Reference in a new issue