gnu: irrlicht: Use CC-FOR-TARGET.
* gnu/packages/games.scm (irrlicht)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
64e78659f4
commit
4e735cccc7
@ -3588,7 +3588,9 @@ are primarily in English, however some in other languages are provided.")
|
||||
(mkdir-p (string-append out "/include")))))
|
||||
(delete 'configure)) ; no configure script
|
||||
#:tests? #f ; no check target
|
||||
#:make-flags '("CC=gcc" "sharedlib")))
|
||||
#:make-flags
|
||||
(list (string-append "CC=" ,(cc-for-target))
|
||||
"sharedlib")))
|
||||
(inputs
|
||||
`(("bzip2" ,bzip2)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
|
Loading…
Reference in New Issue
Block a user