Skip to content

Commit

Permalink
fix: Copy wasm-delegations.def into the correct location (#28) (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 16, 2022
1 parent 6738f47 commit bc0c7ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dune
Expand Up @@ -7,6 +7,12 @@
(c_library_flags :standard -lstdc++ -lpthread)
(install_c_headers binaryen-c))

(install
(section lib)
(package libbinaryen)
(files
(wasm-delegations.def as c/wasm-delegations.def)))

(rule
(targets binaryen-c.h wasm-delegations.def)
(deps
Expand Down

0 comments on commit bc0c7ee

Please sign in to comment.