-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: install arm brew on MacOS Arm to install libsodium #542
Conversation
4957f4e
to
79b67f6
Compare
I did some fixes/changes: Bartel-C8@188cc3a With the install step, I still get warnings, somewhere the ARCH isn't passed on properly there:
Prebuild is okay now (untested binary, I don't have an ARM machine):
|
…npm install for arm64
Fixed pnpm install as well: Bartel-C8@af8f5c4 On re-install (run
But that's because of the dlopen is the one of nodejs, which is in my case a x86_64 built. |
Thanks for the changes. I have merged your suggestions. |
#529