| Index: build/linux/sysroot_scripts/install-sysroot.py
|
| diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py
|
| index c1112891e282c0b255925f97cf6dfbbe63c1d562..4ed8353d40b5867035c8f433f9cf96de2cb3ebca 100755
|
| --- a/build/linux/sysroot_scripts/install-sysroot.py
|
| +++ b/build/linux/sysroot_scripts/install-sysroot.py
|
| @@ -100,7 +100,7 @@
|
| return False
|
|
|
| # When cross-compiling we always use a sysroot
|
| - if target_arch in ('arm', 'mips', 'i386'):
|
| + if target_arch in ('arm', 'mips', 'ia32'):
|
| return True
|
|
|
| # Setting use_sysroot=1 GYP_DEFINES forces the use of the sysroot even
|
|
|