gnu: dragonfly-reverb: Prepare for cross-compilation.
* gnu/packages/music.scm (dragonfly-reverb)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
		
							parent
							
								
									c1ca2716f8
								
							
						
					
					
						commit
						2782cb38a3
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -6499,7 +6499,8 @@ plugin support, JACK support and chord assistance.") | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:tests? #f                      ; no check target |      `(#:tests? #f                      ; no check target | ||||||
|        #:make-flags (list "CC=gcc") |        #:make-flags | ||||||
|  |        (list (string-append "CC=" ,(cc-for-target))) | ||||||
|        #:phases |        #:phases | ||||||
|        (modify-phases %standard-phases |        (modify-phases %standard-phases | ||||||
|          (delete 'configure)            ;no configure target |          (delete 'configure)            ;no configure target | ||||||
|  |  | ||||||
		Reference in a new issue