gnu: zita-alsa-pcmi: fix cross-build.
* gnu/packages/audio.scm (zita-alsa-pcmi): fix cross-build. [arguments]: use CXX-FOR-TARGET. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
3570d092ac
commit
42951e7c86
|
@ -4460,7 +4460,8 @@ provide high-quality sample rate conversion.")
|
|||
`(#:tests? #f ; no "check" target
|
||||
#:make-flags
|
||||
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
(string-append "SUFFIX="))
|
||||
(string-append "SUFFIX=")
|
||||
(string-append "CXX=" ,(cxx-for-target)))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-makefile-and-enter-directory
|
||||
|
|
Reference in New Issue