We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870892e commit 574ed0eCopy full SHA for 574ed0e
boot/ocamlc
-28 MB
boot/ocamllex
-2.87 MB
ocamltest/ocaml_directories.ml
@@ -30,7 +30,7 @@ let toplevel =
30
Filename.make_path [srcdir; "toplevel"]
31
32
let runtime =
33
- Filename.make_path [srcdir; "runtime"]
+ Filename.make_path [srcdir; "runtime4"]
34
35
let tools =
36
Filename.make_path [srcdir; "tools"]
ocamltest/ocaml_files.ml
@@ -34,7 +34,7 @@ let ocamlrun =
| Debug -> "ocamlrund"
| Instrumented -> "ocamlruni" in
let ocamlrunfile = Filename.mkexe runtime in
37
- Filename.make_path [Ocaml_directories.srcdir; "runtime"; ocamlrunfile]
+ Filename.make_path [Ocaml_directories.srcdir; "runtime4"; ocamlrunfile]
38
39
let ocamlc =
40
Filename.make_path [Ocaml_directories.srcdir; Filename.mkexe "ocamlc"]
0 commit comments