From 78c055110658ae2d6b2cce3fed1844fd60e8278f Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 18 Feb 2013 16:42:16 +0400 Subject: [PATCH] One set of libs is enough --- build.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ml b/build.ml index f107410..5c3a54f 100644 --- a/build.ml +++ b/build.ml @@ -86,7 +86,7 @@ let bso name objs = in ocaml' cc - ("-shared -lpthread -o " ^ so ^ mupdf_libs) + ("-shared -lpthread -o " ^ so) (mupdf_libs) so (StrSet.singleton so) -- 2.11.4.GIT