Skip to content

Commit

Permalink
add stub libs for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLortex committed Jul 31, 2019
1 parent 03576bd commit af7bdeb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@
(c_names stub_alloc_pages stub_get_addr)
(js_of_ocaml (javascript_files io-page.js))
(wrapped false))

(library
(name io_page_unix)
(public_name io-page-unix)
(modules)
(libraries io-page)
)

(library
(name io_page_xen)
(public_name io-page-xen)
(modules)
(libraries io-page)
)

0 comments on commit af7bdeb

Please sign in to comment.