me
/
guix
Archived
1
0
Fork 0

gnu: mupdf: Prepare for cross-compilation.

* gnu/packages/pdf.scm (mupdf)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-11-24 01:31:41 +01:00
parent c5427f016a
commit 6c1c5fecd6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -724,8 +724,8 @@ extracting content or merging files.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments
'(#:tests? #f ; no check target
#:make-flags (list "CC=gcc"
`(#:tests? #f ; no check target
#:make-flags (list (string-append "CC=" ,(cc-for-target))
"XCFLAGS=-fpic"
"USE_SYSTEM_LIBS=yes"
"USE_SYSTEM_MUJS=yes"