Skip to content

Commit 10d79f4

Browse files
committed
Include _caml_mirage_iopage_{alloc_pages,get_addr}
Fixes the recent CI error. Caused by stubs moving from one .a to another in an upstream dependency. Signed-off-by: David Scott <dave@recoil.org>
1 parent acbc2d1 commit 10d79f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ OCAML_LDLIBS := -L $(OCAML_WHERE) \
115115
$(shell ocamlfind query cstruct)/cstruct.a \
116116
$(shell ocamlfind query cstruct)/libcstruct_stubs.a \
117117
$(shell ocamlfind query io-page)/io_page.a \
118+
$(shell ocamlfind query io-page)/libio_page_stubs.a \
118119
$(shell ocamlfind query io-page-unix)/io_page_unix.a \
119120
$(shell ocamlfind query io-page-unix)/libio_page_unix_stubs.a \
120121
$(shell ocamlfind query lwt.unix)/liblwt_unix_stubs.a \

0 commit comments

Comments
 (0)