File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ opam-release/%:
213
213
rm -f opam-$* .zip
214
214
wget https://github.com/WebAssembly/spec/archive/opam-$* .zip
215
215
cp meta/opam/opam .
216
- sed -i " tmp" s/@VERSION/$* /g opam
217
- sed -i " tmp" s/@MD5/` md5 -q opam-$* .zip` /g opam
218
- rm opam-$* .zip
216
+ sed -i " . tmp" s/@VERSION/$* /g opam
217
+ sed -i " . tmp" s/@MD5/` md5 -q opam-$* .zip` /g opam
218
+ rm opam.tmp opam -$* .zip
219
219
@echo Created file ./opam, submit to github opam-repository/packages/wasm/wasm.$* /opam
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ depends: [
14
14
"ocamlfind" {build}
15
15
"ocamlbuild" {build}
16
16
]
17
+ conflicts: ["ocaml-option-bytecode-only"] # uses ocamlopt unconconditionally
17
18
synopsis:
18
19
"Library to read and write WebAssembly (Wasm) files and manipulate their AST"
19
20
url {
You can’t perform that action at this time.
0 commit comments