Skip to content

Commit

Permalink
chore: add arch & os restrictions for opam
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 21, 2020
1 parent f9afda1 commit f8a6487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binaryen.opam
Expand Up @@ -18,3 +18,4 @@ depends: [
"js_of_ocaml-ppx" {>= "3.6.0"}
"js_of_ocaml-compiler" {>= "3.6.0"}
]
available: arch = "x86_64" & (os = "linux" | os = "macos" | os = "win32")

0 comments on commit f8a6487

Please sign in to comment.