mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: woff-tools: Fix cross building.
* gnu/packages/fontutils.scm (woff-tools)[arguments]: Don't hardcode gcc.
This commit is contained in:
parent
149666dfef
commit
146b756659
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ (define-public woff-tools
|
|||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:make-flags '("CC=gcc")
|
||||
`(#:make-flags '(,(string-append "CC=" (cc-for-target)))
|
||||
#:tests? #f ;no tests
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue