We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbc2d1 commit 10d79f4Copy full SHA for 10d79f4
Makefile
@@ -115,6 +115,7 @@ OCAML_LDLIBS := -L $(OCAML_WHERE) \
115
$(shell ocamlfind query cstruct)/cstruct.a \
116
$(shell ocamlfind query cstruct)/libcstruct_stubs.a \
117
$(shell ocamlfind query io-page)/io_page.a \
118
+ $(shell ocamlfind query io-page)/libio_page_stubs.a \
119
$(shell ocamlfind query io-page-unix)/io_page_unix.a \
120
$(shell ocamlfind query io-page-unix)/libio_page_unix_stubs.a \
121
$(shell ocamlfind query lwt.unix)/liblwt_unix_stubs.a \
0 commit comments