-
Notifications
You must be signed in to change notification settings - Fork 263
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
The '--target_arch' parameter does not work #669
Comments
This is my binding.gyp
|
shibd
changed the title
The '--target_arch=' parameter does not work
The '--target_arch' parameter does not work
Oct 21, 2022
6 tasks
For support of Node.js > v17, see the workaround: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
building for macOS-arm64 but attempting to link with file built for macOS-x86_64
When I execute the following command:
You can see that the log output is still used
arm64
.Then it fails when I build:
The text was updated successfully, but these errors were encountered: