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>
This commit is contained in:
		
							parent
							
								
									3570d092ac
								
							
						
					
					
						commit
						42951e7c86
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -4460,7 +4460,8 @@ provide high-quality sample rate conversion.")
 | 
				
			||||||
     `(#:tests? #f ; no "check" target
 | 
					     `(#:tests? #f ; no "check" target
 | 
				
			||||||
       #:make-flags
 | 
					       #:make-flags
 | 
				
			||||||
       (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
 | 
					       (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
 | 
				
			||||||
             (string-append "SUFFIX="))
 | 
					             (string-append "SUFFIX=")
 | 
				
			||||||
 | 
					             (string-append "CXX=" ,(cxx-for-target)))
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-after 'unpack 'patch-makefile-and-enter-directory
 | 
					         (add-after 'unpack 'patch-makefile-and-enter-directory
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue