Skip to content

Commit 962b0c6

Browse files
authored
flambda-backend: Install META files (#2437)
1 parent b8f208d commit 962b0c6

File tree

7 files changed

+11
-2
lines changed

7 files changed

+11
-2
lines changed

otherlibs/dynlink/dune

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,8 @@
503503
(dynlink.cmi as dynlink/dynlink.cmi)
504504

505505
.dynlink_compilerlibs.objs/native/dynlink_compilerlibs__Misc.cmx
506+
507+
(META as dynlink/META)
506508
)
507509
(section lib)
508510
(package ocaml))

otherlibs/runtime_events/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
(.runtime_events.objs/byte/runtime_events.cmt as runtime_events/runtime_events.cmt)
4343
(.runtime_events.objs/byte/runtime_events.cmti as runtime_events/runtime_events.cmti)
4444
(runtime_events_consumer.h as runtime_events_consumer.h)
45+
(META as runtime_events/META)
4546
)
4647
(section lib)
4748
(package ocaml))

otherlibs/str/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
(.str.objs/byte/str.cmi as str/str.cmi)
4242
(.str.objs/byte/str.cmt as str/str.cmt)
4343
(.str.objs/byte/str.cmti as str/str.cmti)
44+
(META as str/META)
4445
)
4546
(section lib)
4647
(package ocaml))

otherlibs/systhreads/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
(byte/.threads.objs/byte/event.cmi as threads/event.cmi)
3333
(byte/.threads.objs/byte/event.cmti as threads/event.cmti)
3434
(byte/.threads.objs/byte/thread.cmi as threads/thread.cmi)
35-
(byte/.threads.objs/byte/thread.cmti as threads/thread.cmti))
35+
(byte/.threads.objs/byte/thread.cmti as threads/thread.cmti)
36+
(META as threads/META))
3637
(section lib)
3738
(package ocaml))

otherlibs/systhreads4/dune

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
(byte/.threads.objs/byte/event.cmti as threads/event.cmti)
4040
(byte/.threads.objs/byte/thread.cmi as threads/thread.cmi)
4141
(byte/.threads.objs/byte/thread.cmti as threads/thread.cmti)
42+
43+
(META as threads/META)
4244
)
4345
(section lib)
4446
(package ocaml))

otherlibs/unix/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
(dllunix_stubs.so as stublibs/dllunix_stubs.so)
159159
(socketaddr.h as caml/socketaddr.h)
160160
(unixsupport.h as caml/unixsupport.h)
161+
(META as unix/META)
161162
)
162163
(section lib)
163164
(package ocaml))

stdlib/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@
514514
.stdlib.objs/native/stdlib__In_channel.cmx
515515
.stdlib.objs/native/stdlib__Out_channel.cmx
516516
.stdlib.objs/native/stdlib__Iarray.cmx
517-
.stdlib.objs/native/stdlib__IarrayLabels.cmx)
517+
.stdlib.objs/native/stdlib__IarrayLabels.cmx
518+
(META as stdlib/META))
518519
(section lib)
519520
(package ocaml_runtime_stdlib))

0 commit comments

Comments
 (0)