gn: rebase_path() doesn't work as expected in args.gn |
|
Issue description
Put this in out/gn/args.gn:
clang_base_path = rebase_path("../../../../llvm-build")
Then `gn gen` and `head toolchain.ninja`
Expected: File starts with
rule cc
command = ../../../../llvm-build/bin/clang
Actual: File starts with
rule cc
command = ../../../llvm-build/bin/clang
|
|
►
Sign in to add a comment |
|
Comment 1 by tkonch...@chromium.org
, Aug 26 2016