gnu: dragonfly-reverb: Prepare for cross-compilation.

* gnu/packages/music.scm (dragonfly-reverb)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-20 17:17:09 +02:00
parent c1ca2716f8
commit 2782cb38a3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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