summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-03-30 10:58:48 +0200
committerTor Andersson <tor@ghostscript.com>2005-03-30 10:58:48 +0200
commitd9f39824674b6c94a5dd3ab7646301cb1f1e305b (patch)
tree3321f8e6d8242df19b3470b706e117499297ac0b /Jamfile
parent5f4d61903ee8fc514ed7e23eac4d5ac6409ff760 (diff)
downloadmupdf-d9f39824674b6c94a5dd3ab7646301cb1f1e305b.tar.xz
jamfile tweaks for freetype
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index 327b7bef..8d85fc4f 100644
--- a/Jamfile
+++ b/Jamfile
@@ -16,7 +16,7 @@ ALL_LOCATE_TARGET = [ FDirName $(TOP) build $(BUILD) ] ;
BINDIR = [ FDirName $(TOP) dist ] ;
-LINKLIBS = -lfreetype -ljpeg -lz -lm ;
+LINKLIBS = $(FREETYPELD) -ljpeg -lz -lm ;
FITZLIBS = libmupdf libstream libfitz librender libfonts ;
if $(HAVE_JASPER) = yes