mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue