1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

gnu: filteraudio: Cross compile.

* gnu/packages/audio.scm (filteraudio)[arguments]: Use cc-for-target in
make-flags.
This commit is contained in:
Efraim Flashner
2020-11-16 12:04:45 +02:00
parent 59775c1c79
commit bd3200fd8b

View File

@@ -3917,8 +3917,8 @@ loudness of audio and video files to the same level.")
"0hbb290n3wb23f2k692a6bhc23nnqmxqi9sc9j15pnya8wifw64g"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list (string-append "PREFIX=" %output)
"CC=gcc")
`(#:make-flags (list (string-append "PREFIX=" %output)
(string-append "CC=" ,(cc-for-target)))
#:tests? #f ; No tests
#:phases
(modify-phases %standard-phases