File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ install_for_test: _install
273
273
mkdir _runtest/tools
274
274
ln -s ../_install/bin/ocamlmklib.byte _runtest/tools/ocamlmklib
275
275
ln -s ../_install/bin/ocamlobjinfo.byte _runtest/tools/ocamlobjinfo
276
- ln -s ../../_build/main/ocaml/tools/ dumpobj.bc _runtest/tools/dumpobj
276
+ ln -s ../_install/bin/ dumpobj.byte _runtest/tools/dumpobj
277
277
# ocamldoc
278
278
rm _runtest/ocamldoc
279
279
mkdir _runtest/ocamldoc
Original file line number Diff line number Diff line change 60
60
(modules dumpobj)
61
61
(libraries ocamlcommon ocamlbytecomp opnames))
62
62
63
+ (install
64
+ (files
65
+ (dumpobj.bc as dumpobj.byte)
66
+ (dumpobj.exe as dumpobj.opt)
67
+ )
68
+ (section bin)
69
+ (package ocaml))
70
+
63
71
(executable
64
72
(name cmpbyt)
65
73
(modes byte)
You can’t perform that action at this time.
0 commit comments