Skip to content

Commit

Permalink
fix(build): Addresses build issues with opam
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed May 21, 2022
1 parent 9f04b45 commit feb6aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/nodejs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
###

DEP_FILES=../../bin/qcertJS.js \
../../runtimes/javascript/qcert-runtime.js
../../_build/default/runtimes/javascript/qcert-runtime.js

all: copy-libs

Expand Down
3 changes: 1 addition & 2 deletions runtimes/javascript/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
(name js_runtime)
(public_name coq-qcert.runtime.js))

(rule ; We promote to source dir because this file is also used from nodejs.
(rule
(target qcert-runtime.js)
(mode promote)
(deps
qcert-runtime-core.js
qcert-runtime-tostring.js
Expand Down

0 comments on commit feb6aef

Please sign in to comment.