Skip to content

Commit

Permalink
Merge pull request #4 from jonahbeckford/dune-port
Browse files Browse the repository at this point in the history
Install ocaml_integers.h
  • Loading branch information
avsm committed Mar 3, 2022
2 parents 84711d6 + ef61d38 commit 3621e05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ctypes/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
ctypes_primitives.ml
(run ../configure/gen_c_primitives.exe)))

(rule
(deps (:header %{lib:integers:ocaml_integers.h}))
(target ocaml_integers.h)
(action (copy %{header} %{target})))

(library
(name ctypes)
(public_name ctypes)
Expand All @@ -14,7 +19,8 @@
(install_c_headers ctypes_raw_pointer ctypes_primitives
ctypes_cstubs_internals ctypes_managed_buffer_stubs
ctypes_complex_compatibility cstubs_internals ctypes_ldouble_stubs
ctypes_complex_stubs ctypes_type_info_stubs)
ctypes_complex_stubs ctypes_type_info_stubs
ocaml_integers)
(foreign_stubs
(language c)
(names complex_stubs ctypes_bigarrays ctypes_roots ldouble_stubs
Expand Down

0 comments on commit 3621e05

Please sign in to comment.