Skip to content

Commit

Permalink
use workspace flags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLortex committed Jul 31, 2019
1 parent 3e5b66f commit 03576bd
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 50 deletions.
21 changes: 0 additions & 21 deletions lib/config/discover.ml

This file was deleted.

3 changes: 0 additions & 3 deletions lib/config/dune

This file was deleted.

23 changes: 1 addition & 22 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,6 @@
(public_name io-page)
(modules Io_page)
(libraries cstruct bigarray-compat)
(js_of_ocaml (javascript_files io-page.js))
(wrapped false))

(library
(name io_page_xen)
(public_name io-page-xen)
(libraries io-page)
(modules Io_page_xen_dummy)
(c_names stub_alloc_pages_xen stub_get_addr_xen)
(c_flags (:include c_flags_xen.sexp))
(wrapped false))

(rule
(targets c_flags_xen.sexp)
(deps config/discover.exe)
(action (run %{deps})))

(library
(name io_page_unix)
(public_name io-page-unix)
(libraries io-page bigarray)
(modules Io_page_unix_dummy)
(c_names stub_alloc_pages stub_get_addr)
(js_of_ocaml (javascript_files io-page.js))
(wrapped false))
Empty file removed lib/io_page_unix_dummy.ml
Empty file.
2 changes: 0 additions & 2 deletions lib/io_page_xen_dummy.ml

This file was deleted.

1 change: 0 additions & 1 deletion lib/stub_alloc_pages_xen.c

This file was deleted.

1 change: 0 additions & 1 deletion lib/stub_get_addr_xen.c

This file was deleted.

0 comments on commit 03576bd

Please sign in to comment.