You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@s1hofmann Sure! But I have no background using CMake (or C) so I please hint me on the CMake Lists and I'll make a PR.
Then should I only test the yarn build:release command? I tried it last night and It worked using this flag.
Version
2.1
Short overview
Release fat binaries for macOS to work on Apple Silicon
Steps to reproduce error
M1 Macs fail at running the built version.
Fix
Build using both archs:
And it'll result in both binaries being included:
lipo -info build/Release/libnut.node # Architectures in the fat file: build/Release/libnut.node are: x86_64 arm64
The text was updated successfully, but these errors were encountered: