Archived
1
0
Fork 0

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) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:make-flags (list "CC=gcc") #:make-flags
(list (string-append "CC=" ,(cc-for-target)))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure) ;no configure target (delete 'configure) ;no configure target