-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Question about is_win32 flag #79
Comments
Perhaps. It was originally only added to |
I've been manually testing everything I can think of and |
I've confirmed tonight that this is indeed wrong - for example, I should be able to come up with a PR for this. |
This needs to be done when Windows is the host OS regardless of the target platform, not vice versa. Fixes #79.
I've been digging through the code while working on my
all
branch, and noticed this block in common.js.I wouldn't necessarily bat an eye at this in itself, but what strikes me as odd is that it's only set to true specifically in the
win32
module. I would think that if anything, this needs to be set to true when the host platform (i.e.os.platform()
) is win32, not the target platform.Can anyone corroborate this?
The text was updated successfully, but these errors were encountered: