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

gn: Fix escaping of interpreter, script, & source dir #652

Merged
merged 3 commits into from
Mar 19, 2023

Conversation

zxlhhyccc
Copy link
Contributor

The wrong escaping mode is used in a few contexts, which results in failed builds. This is happening in particular to folks whose sources are inside a directory with a space in it, and whose builds are not contained within that directory.

Such builds encode the surrounding filesystem structure into the ninja files, which is unfortunate but unavoidable in some environments. Fix the escaping mode in this case.

The wrong escaping mode is used in a few contexts, which results in
failed builds. This is happening in particular to folks whose sources
are inside a directory with a space in it, and whose builds are not
contained within that directory.

Such builds encode the surrounding filesystem structure into the ninja
files, which is unfortunate but unavoidable in some environments. Fix
the escaping mode in this case.
The wrong escaping mode is used in a few contexts, which results in
failed builds. This is happening in particular to folks whose sources
are inside a directory with a space in it, and whose builds are not
contained within that directory.

Such builds encode the surrounding filesystem structure into the ninja
files, which is unfortunate but unavoidable in some environments. Fix
the escaping mode in this case.
The wrong escaping mode is used in a few contexts, which results in failed builds. This is happening in particular to folks whose sources are inside a directory with a space in it, and whose builds are not contained within that directory.

Such builds encode the surrounding filesystem structure into the ninja files, which is unfortunate but unavoidable in some environments. Fix the escaping mode in this case.
@1715173329 1715173329 merged commit fa672f2 into immortalwrt:master Mar 19, 2023
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 this pull request may close these issues.

None yet

2 participants