Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Oct 6, 2024
1 parent 409a3af commit 961d9a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jscomp/stdlib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,9 @@
(target sys.ml)
(action
(run cppo -D=BS %{env:CPPO_FLAGS=} %{deps} -o %{target})))

(rule
(deps sys.cppo.mli)
(target sys.mli)
(action
(run cppo -D=BS %{env:CPPO_FLAGS=} %{deps} -o %{target})))

0 comments on commit 961d9a2

Please sign in to comment.