aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml
index 312d442bc9..50ad264993 100644
--- a/configure.ml
+++ b/configure.ml
@@ -861,7 +861,7 @@ let config_runtime () =
sprintf "-dllib -lcoqrun -dllpath '%s/kernel/byterun'" coqtop
| _ ->
let ld="CAML_LD_LIBRARY_PATH" in
- build_loadpath := sprintf "export %s='%s/kernel/byterun':$%s" ld coqtop ld;
+ build_loadpath := sprintf "export %s:='%s/kernel/byterun':$(%s)" ld coqtop ld;
sprintf "-dllib -lcoqrun -dllpath '%s'" libdir
let coqrunbyteflags = config_runtime ()