gnu: irrlicht: Use CC-FOR-TARGET.

* gnu/packages/games.scm (irrlicht)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:01 +02:00
parent 64e78659f4
commit 4e735cccc7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3588,7 +3588,9 @@ (define-public irrlicht
(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)