Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 0ad62ee597ca1d822e84d13ac99d0e0b126abc16..8f9cb381cfe09b36f4bbf64e5e6957d620e4cd05 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -903,7 +903,7 @@ |
'use_allocator%': 'none', |
# sysroot needs to be an absolute path otherwise it generates |
# incorrect results when passed to pkg-config |
- 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/arm-sysroot', |
+ 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/debian_wheezy_arm-sysroot', |
}], # OS=="linux" and target_arch=="arm" and chromeos==0 |
['OS=="linux" and branding=="Chrome" and buildtype=="Official" and chromeos==0', { |