File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ runtime-stdlib: boot-compiler
74
74
@touch _build/install/runtime_stdlib/lib/ocaml_runtime_stdlib/dynlink.cmxa
75
75
76
76
compiler: runtime-stdlib
77
- $(dune) build $(ws_main) --only-package=ocaml @install $(ocamldir)/ocamltest/ocamltest.byte
77
+ $(dune) build $(ws_main) --only-package=ocaml @install \
78
+ $(ocamldir)/ocamltest/ocamltest.byte \
79
+ $(ocamldir)/tools/dumpobj.bc
78
80
79
81
runtest: compiler
80
82
$(dune) runtest $(ws_main)
@@ -271,7 +273,7 @@ install_for_test: _install
271
273
mkdir _runtest/tools
272
274
ln -s ../_install/bin/ocamlmklib.byte _runtest/tools/ocamlmklib
273
275
ln -s ../_install/bin/ocamlobjinfo.byte _runtest/tools/ocamlobjinfo
274
- ln -s ../_install/bin/ dumpobj.byte _runtest/tools/dumpobj
276
+ ln -s ../../_build/main/ocaml/tools/ dumpobj.bc _runtest/tools/dumpobj
275
277
# ocamldoc
276
278
rm _runtest/ocamldoc
277
279
mkdir _runtest/ocamldoc
You can’t perform that action at this time.
0 commit comments