DescriptionUse root_out_dir for lib_dirs when building with a custom libc++.
Currently, using a custom libc++ adds root_build_dir, the root of the
build, to lib_dirs. When building using a non-default toolchain, this
incorrectly adds the default toolchain's output directory to lib_dirs.
This CL corrects this issue by adding root_out_dir, the root of the
build for the current toolchain, to lib_dirs instead.
BUG=573288
Patch Set 1 #
Messages
Total messages: 3 (2 generated)
|