Skip to content

Commit b3a32de

Browse files
authored
Fix build/install
1 parent e7e8b49 commit b3a32de

File tree

1 file changed

+2
-16
lines changed
  • packages/wasm/wasm.2.0.2

1 file changed

+2
-16
lines changed

packages/wasm/wasm.2.0.2/opam

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,8 @@ depends: [
1414
"menhir" {>= "20220210"}
1515
"odoc" {with-doc}
1616
]
17-
build: [
18-
["dune" "subst"] {dev}
19-
[
20-
"dune"
21-
"build"
22-
"-p"
23-
name
24-
"-j"
25-
jobs
26-
"--promote-install-files=false"
27-
"@install"
28-
"@runtest" {with-test}
29-
"@doc" {with-doc}
30-
]
31-
["dune" "install" "-p" name "--create-install-files" name]
32-
]
17+
build: [make "-C" "interpreter"]
18+
install: [make "-C" "interpreter" "install"]
3319
dev-repo: "git+https://github.com/WebAssembly/spec.git"
3420
url {
3521
src: "https://github.com/WebAssembly/spec/archive/opam-2.0.2.zip"

0 commit comments

Comments
 (0)