aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--myocamlbuild.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 961e850586..f8d5d06815 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -201,7 +201,7 @@ let rec make_bin_links = function
if opt then ln_sf (obd^".native") (bd^".opt");
ln_sf (b^best_ext) bd
| Best -> ln_sf (obd^best_oext) bd
- | BestInPlace -> ln_sf (b^best_oext) ob
+ | BestInPlace -> ln_sf (b^best_oext) (!_build^"/"^ob)
let incl f = Ocaml_utils.ocaml_include_flags f