summaryrefslogtreecommitdiff
path: root/pkgs/development/tools/ocaml/merlin/fix-paths.patch
blob: f567abf3d837195422190f79f54b69975ac8e7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/src/kernel/mconfig_dot.ml
+++ b/src/kernel/mconfig_dot.ml
@@ -126,10 +126,10 @@ module Configurator = struct
       let prog, args =
         match cfg with
         | Dot_merlin ->
-          let prog = "dot-merlin-reader" in
+          let prog = "@dot-merlin-reader@" in
           prog, [| prog |]
         | Dune ->
-          let prog = "dune" in
+          let prog = "@dune@" in
           prog, [| prog; "ocaml-merlin"; "--no-print-directory" |]
       in
       log ~title:"get_config" "Using %s configuration provider." (to_string cfg);