summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--otherlibs/labltk/browser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/Makefile b/otherlibs/labltk/browser/Makefile
index 9c5081f16..d1da76bd6 100644
--- a/otherlibs/labltk/browser/Makefile
+++ b/otherlibs/labltk/browser/Makefile
@@ -29,7 +29,7 @@ all: ocamlbrowser$(EXE)
ocamlbrowser$(EXE): $(TOPDIR)/toplevel/toplevellib.cma jglib.cma $(OBJ) \
../support/liblabltk41.a
- $(LABLC) -o ocamlbrowser$(EXE) $(INCLUDES) \
+ $(LABLC) -o ocamlbrowser$(EXE) $(INCLUDES) -dllpath $(LABLTKDIR) \
$(TOPDIR)/toplevel/toplevellib.cma \
unix.cma str.cma labltk.cma jglib.cma $(OBJ)