Skip to content
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

building windows on arm #320

Open
sadan4 opened this issue Sep 10, 2024 · 0 comments
Open

building windows on arm #320

sadan4 opened this issue Sep 10, 2024 · 0 comments

Comments

@sadan4
Copy link

sadan4 commented Sep 10, 2024

when build on windows on arm, it grabs the x64 build unconditionally when it should grab win-arm64

if !temp_lib.exists() {
let lib_file_download_url = format!(
"https://nodejs.org/dist/{}/win-x64/node.lib",
node_full_version
);

this gives a linker error when trying to build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant