Skip to content

Commit

Permalink
fix: add arch & os restrictions for opam (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 22, 2020
1 parent f9afda1 commit 421b45d
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 421b45d

Please sign in to comment.