diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-05-20 18:08:53 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-05-20 18:08:53 +0200 |
commit | 171ff0c9b29b64688c9a0b981ea40761ec524722 (patch) | |
tree | 910c0fdd4aa7629ca2dafdae2b18d607f00ed14c /Makerules | |
parent | 8b9900f8f2995a856376aaaa12e5c54dda6c2809 (diff) | |
download | mupdf-171ff0c9b29b64688c9a0b981ea40761ec524722.tar.xz |
Only create a single libmupdf library.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ endif endif ifeq "$(OS)" "Darwin" -CFLAGS += -I$(HOME)/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DARCH_X86_64 +CFLAGS += -I$(HOME)/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 LDFLAGS += -L$(HOME)/lib -L/usr/X11R6/lib X11LIBS = -lX11 -lXext PDFVIEW_EXE = $(X11VIEW_EXE) |