Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 40630) |
+++ build/common.gypi (working copy) |
@@ -221,7 +221,7 @@ |
# This is used to tweak build flags for gcc 4.4. |
'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)', |
# Figure out the python architecture to decide if we build pyauto. |
- 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/bin/python<(python_ver))', |
+ 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/lib/libpython<(python_ver).so.1.0)', |
'conditions': [ |
['branding=="Chrome" or linux_chromium_breakpad==1', { |
'linux_breakpad%': 1, |