Commit eebaaff0 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Use relative path for isysroot

pkg_config added -isystem in abspath.

Let me use relative path here for cache utilization on goma backend when building chrome in different directory.

Change-Id: Id48db3036711c07788bb370753acc7a9b217a89d
Reviewed-on: https://chromium-review.googlesource.com/954526Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@google.com>
Cr-Commit-Position: refs/heads/master@{#541738}
parent a80cac08
......@@ -57,7 +57,7 @@ if (sysroot != "") {
# Pass the sysroot if we're using one (it requires the CPU arch also).
pkg_config_args += [
"-s",
rebase_path(sysroot),
rebase_path(sysroot, root_build_dir),
"-a",
current_cpu,
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment