GN: rebase_path("//foo", "//foo") results in "../foo" rather than "." |
||
Issue description
gn --version: 417994
This came up from:
"--libraries-dir", rebase_path(root_shlib_dir, root_build_dir),
It was being forwarded on as being the prefix to a depfile (".d" file), but ninja does not handle it correctly (presumably because it goes above the build root)
,
Sep 16 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 16 2016