Skip to content

Commit

Permalink
Removed mac from getBinary
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed May 24, 2024
1 parent f167696 commit 0474c4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions npm/getBinary.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ function getPlatform() {
return "linux";
}

if (type === "Darwin" && arch === "x64") {
return "macos";
}
// Having issues getting this to compile so just skipping for now
// if (type === "Darwin" && arch === "x64") {
// return "macos";
// }

throw new Error(
`Unsupported platform: ${type} ${arch}. Please create an issue at https://github.com/ieedan/vnv#issues`
Expand Down

0 comments on commit 0474c4b

Please sign in to comment.