Skip to content

Fix dune install in otherlibs: missing cmt and typo. #1194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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