Skip to content

Commit

Permalink
bugfix: replace non-portable env set
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbeckford committed Nov 21, 2023
1 parent 1492b06 commit 5abb468
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package/console/create/dune
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@
(action
(progn
(run diskuvbox copy-file-into %{assets} assets-to-crunch -vv)
(run
env
OCAMLRUNPARAM=b
ocaml-crunch
-m
plain
-o
%{target}
assets-to-crunch))))
(setenv OCAMLRUNPARAM b
(run
ocaml-crunch
-m
plain
-o
%{target}
assets-to-crunch)))))

0 comments on commit 5abb468

Please sign in to comment.