summaryrefslogtreecommitdiff
blob: 1ccaf32d79bbd7a59115972166b6b5ab1d70716b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mupdf-1.7a/Makefile
+++ mupdf-1.7a/Makefile
@@ -98,7 +98,7 @@
 ifeq "$(HAVE_MUJS)" "yes"
 PDF_OBJ += $(OUT)/pdf/js/pdf-js.o
 PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-mu.o
-THIRD_LIBS += $(MUJS_LIB)
+THIRD_LIBS +=
 LIBS += $(MUJS_LIBS)
 CFLAGS += $(MUJS_CFLAGS)
 else ifeq "$(HAVE_JSCORE)" "yes"