Skip to content

Commit

Permalink
Exclude Mac because OpenGL is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
wlitwin committed Sep 1, 2021
1 parent 1c80b9a commit b0b763c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphv_core_lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ build: [
]
dev-repo: "git+https://github.com/wlitwin/graphv.git"
available:
arch = "x86_64" | arch = "arm64"
(arch = "x86_64" | arch = "arm64" | arch = "ppc64" | arch = "s390x") & (os != "macos")
2 changes: 1 addition & 1 deletion graphv_core_lib.opam.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
available:
arch = "x86_64" | arch = "arm64"
(arch = "x86_64" | arch = "arm64" | arch = "ppc64" | arch = "s390x") & (os != "macos")

0 comments on commit b0b763c

Please sign in to comment.