me
/
guix
Archived
1
0
Fork 0

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
Z572 2023-05-27 20:16:09 +08:00 committed by Ludovic Courtès
parent 3570d092ac
commit 42951e7c86
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

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