Commit Graph

2 Commits

Author SHA1 Message Date
zxlhhyccc
980a48dbe3 gn: bump to latest git HEAD
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.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-20 19:07:28 +08:00
Tianling Shen
f0ae56937b gn: add new host tool
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-18 06:15:34 +08:00