Skip to content

Commit

Permalink
Fix dune install in otherlibs: missing cmt and typo. (ocaml-flambda#1194
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gretay-js authored Mar 10, 2023
1 parent 9c6ed30 commit b8f8f4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions ocaml/otherlibs/bigarray/dune
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
(bigarray.cmxs as bigarray/bigarray.cmxs)
(bigarray.cma as bigarray/bigarray.cma)
(.bigarray.objs/byte/bigarray.cmi as bigarray/bigarray.cmi)
(.bigarray.objs/byte/bigarray.cmt as bigarray/bigarray.cmt)
(.bigarray.objs/byte/bigarray.cmti as bigarray/bigarray.cmti)
(bigarray.mli as bigarray/bigarray.mli)
)
Expand Down
1 change: 1 addition & 0 deletions ocaml/otherlibs/dynlink/dune
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@
; (dynlink.cmxs as dynlink/dynlink.cmxs)
(dynlink.mli as dynlink/dynlink.mli)
(dynlink.cmi as dynlink/dynlink.cmi)
(.dynlink_internal.objs/byte/dynlink.cmt as dynlink/dynlink.cmt)
(.dynlink_internal.objs/byte/dynlink.cmti as dynlink/dynlink.cmti)
(extract_crc.bc as dynlink/extract_crc)

Expand Down
1 change: 1 addition & 0 deletions ocaml/otherlibs/str/dune
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
(str.cma as str/str.cma)
(str.mli as str/str.mli)
(.str.objs/byte/str.cmi as str/str.cmi)
(.str.objs/byte/str.cmt as str/str.cmt)
(.str.objs/byte/str.cmti as str/str.cmti)
)
(section lib)
Expand Down
4 changes: 3 additions & 1 deletion ocaml/otherlibs/unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@
(unix.a as unix/unix.a)
(unix.cma as unix/unix.cma)
(.unix.objs/byte/unix.cmi as unix/unix.cmi)
(.unix.objs/byte/unix.cmt as unix/unix.cmt)
(.unix.objs/byte/unix.cmti as unix/unix.cmti)
(.unix.objs/byte/unixLabels.cmi as unix/unixLabels.cmi)
(.unix.objs/byte/unixLabels.cmt as unix/unixLabels.cmt)
(.unix.objs/byte/unixLabels.cmti as unix/unixLabels.cmti)
(unix.cmxs as unix/unix.cmxs)
(unix.mli as unix/unix.mli)
(unixLabels.mli as unix/unixLabel.mli)
(unixLabels.mli as unix/unixLabels.mli)
(libunix_stubs.a as unix/libunix_stubs.a)
(libunix_stubs.a as libunix_stubs_native.a) ; for special_dune compat
(dllunix_stubs.so as stublibs/dllunix_stubs.so)
Expand Down

0 comments on commit b8f8f4b

Please sign in to comment.