gnu: filteraudio: Cross compile.
* gnu/packages/audio.scm (filteraudio)[arguments]: Use cc-for-target in make-flags.
This commit is contained in:
parent
59775c1c79
commit
bd3200fd8b
@ -3917,8 +3917,8 @@ loudness of audio and video files to the same level.")
|
|||||||
"0hbb290n3wb23f2k692a6bhc23nnqmxqi9sc9j15pnya8wifw64g"))))
|
"0hbb290n3wb23f2k692a6bhc23nnqmxqi9sc9j15pnya8wifw64g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list (string-append "PREFIX=" %output)
|
`(#:make-flags (list (string-append "PREFIX=" %output)
|
||||||
"CC=gcc")
|
(string-append "CC=" ,(cc-for-target)))
|
||||||
#:tests? #f ; No tests
|
#:tests? #f ; No tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user