Chromium Code Reviews| Index: build/config/linux/pkg_config.gni |
| diff --git a/build/config/linux/pkg_config.gni b/build/config/linux/pkg_config.gni |
| index 58769e26958ac066b0ed729a8dae6452739b9728..9ab1de97a80f38dc91fa3ff236d87bde1af7363e 100644 |
| --- a/build/config/linux/pkg_config.gni |
| +++ b/build/config/linux/pkg_config.gni |
| @@ -52,7 +52,7 @@ if (sysroot != "") { |
| # Pass the sysroot if we're using one (it requires the CPU arch also). |
| pkg_config_args = [ |
| "-s", |
| - sysroot, |
| + rebase_path(sysroot), |
| "-a", |
| current_cpu, |
| "--system_libdir", |