mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: dragonfly-reverb: Prepare for cross-compilation.
* gnu/packages/music.scm (dragonfly-reverb)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
c1ca2716f8
commit
2782cb38a3
1 changed files with 2 additions and 1 deletions
|
@ -6499,7 +6499,8 @@ plugin support, JACK support and chord assistance.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:make-flags (list "CC=gcc")
|
||||
#:make-flags
|
||||
(list (string-append "CC=" ,(cc-for-target)))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure) ;no configure target
|
||||
|
|
Loading…
Add table
Reference in a new issue