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

Action defined in binding.gyp results misconfigured file path in generated vcxproj file #120

Closed
lkallas opened this issue Aug 16, 2021 · 1 comment · Fixed by #121
Closed

Comments

@lkallas
Copy link

lkallas commented Aug 16, 2021

Linking to another issue where gyp-next is used: nodejs/node-gyp#2485

But the problem is somewhere in the file path generation inside this repo.

@lkallas
Copy link
Author

lkallas commented Aug 18, 2021

The culprit has been found: nodejs/node-gyp#2485 (comment)

targos added a commit to targos/node-gyp that referenced this issue Aug 22, 2021
This is a revert of nodejs/gyp-next#84
with a change to the _FixPath function allowing to change the
separator used.

Fixes: nodejs/gyp-next#120
Fixes: nodejs#2485
gengjiawen pushed a commit that referenced this issue Aug 22, 2021
* fix(msvs): fix paths again in action command arguments

This is a revert of #84
with a change to the _FixPath function allowing to change the
separator used.

Fixes: #120
Fixes: nodejs/node-gyp#2485
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

Successfully merging a pull request may close this issue.

1 participant