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

gyp seems to improperly handle variables with underscores in them #24

Open
GoogleCodeExporter opened this issue Apr 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

On windows if an include_dir uses a variable whose name has underscores, the 
contents of the 
variable do not seem to be escaped correctly with regard to backslashes. The 
path is interpreted as 
single \path which causes stray control characters to appear in the generated 
vcproj files.


Original issue reported on code.google.com by bradnel...@google.com on 4 Jun 2009 at 11:40

@GoogleCodeExporter
Copy link
Author

Right now we use os.path() in input.py.  This problem would go away if input.py 
(the 
generator-independent stuff) used posixpath so that (like Python itself) all of 
the 
internal manipulation is consistent across all platforms, and the 
platform-specific 
separators were only used in the msvs.py generator itself.

Original comment by sgk@chromium.org on 6 Aug 2009 at 6:05

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

No branches or pull requests

1 participant