mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: carla: Prepare for cross-compilation.
* gnu/packages/audio.scm (carla)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
acfc0feae4
commit
a9c295c4af
1 changed files with 1 additions and 1 deletions
|
@ -5006,7 +5006,7 @@ (define-public carla
|
|||
(delete 'configure) ; no configure script
|
||||
(add-before 'build 'set-CC-variable-and-show-features
|
||||
(lambda _
|
||||
(setenv "CC" "gcc")
|
||||
(setenv "CC" #$(cc-for-target))
|
||||
(invoke "make" "features")))
|
||||
(add-after 'install 'make-carla-executable
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue