Fix aarch64 build errors

This commit is contained in:
Jarred Sumner
2021-10-27 01:22:02 -07:00
parent 5ce1b36130
commit ad61279621
3 changed files with 56 additions and 19 deletions

View File

@@ -1,14 +1,14 @@
{
"cpu": [
"arm64"
],
"directories": {
"bin": "bin"
},
"name": "bun-cli-darwin-aarch64",
"repository": "https://github.com/jarred-sumner/bun",
"version": "0.0.0-11",
"os": [
"darwin"
],
"cpu": [
"arm"
]
"repository": "https://github.com/jarred-sumner/bun",
"version": "0.0.37"
}