summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-19 17:09:53 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-20 16:45:44 +0200
commit643370f04348569b5e5e577660031d638537671c (patch)
treeda9b1bc196b272a7d95a8b446fd69a00644aeab0 /Makethird
parent0a927854a10e1e6b9770a81e2e1d9f3093631757 (diff)
downloadmupdf-643370f04348569b5e5e577660031d638537671c.tar.xz
Update source, makefiles and win32 projects.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makethird b/Makethird
index 99ecdc32..8ae8e625 100644
--- a/Makethird
+++ b/Makethird
@@ -37,12 +37,12 @@ V8_ARCH ?= x64
ifeq "$(OS)" "Darwin"
V8_LIBS = -L$(V8_DIR)/out-mac/$(V8_ARCH).$(V8_LIB_CHOICE)/ -lv8_base -lv8_snapshot -lstdc++
else
-V8_LIBS = -L$(V8_DIR)/out/$(V8_ARCH).$(V8_LIB_CHOICE)/obj.target/tools/gyp -lv8_base -lv8_snapshot -lpthread -lstdc++
+V8_LIBS = -L$(V8_DIR)/out/$(V8_ARCH).$(V8_LIB_CHOICE)/obj.target/tools/gyp -lv8_base -lv8_snapshot -lpthread -ldl -lstdc++
endif
-V8_PRESENT := 1
+V8_PRESENT := yes
else
-V8_PRESENT := 0
+V8_PRESENT := no
endif
# --- FreeType 2 ---