Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Fix ghostscript cross compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
trueroad committed Jun 8, 2017
1 parent 173eb8d commit 76939e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gub/specs/ghostscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def compile (self):
# obj/mkromfs is needed for --enable-compile-inits but depends on native -liconv.
self.system ('''
cd %(builddir)s && mkdir -p %(obj)s
cd %(builddir)s && make PATH=/usr/bin:$PATH CC=cc CCAUX=cc C_INCLUDE_PATH= CFLAGS= CPPFLAGS= GCFLAGS= LIBRARY_PATH= AUXEXTRALIBS= OBJ=build-o GLGENDIR=%(obj)s %(obj)s/aux/genconf %(obj)s/aux/echogs %(obj)s/aux/genarch %(obj)s/arch.h
cd %(builddir)s && make PATH=/usr/bin:$PATH CC=cc CCAUX=cc C_INCLUDE_PATH= CFLAGS= CPPFLAGS= GCFLAGS= LIBRARY_PATH= AUXEXTRALIBS= TARGET_ARCH_FILE= OBJ=build-o GLGENDIR=%(obj)s %(obj)s/aux/genconf %(obj)s/aux/echogs %(obj)s/aux/genarch %(obj)s/arch.h
''')
self.fixup_arch ()
target.AutoBuild.compile (self)
Expand Down

0 comments on commit 76939e6

Please sign in to comment.