Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 5a2753f08af3172e7c9d25e2efb04e6479d74aad..73c2a4461b33f77cf44c58132bf493612feb57a7 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -41,7 +41,7 @@ |
| ['OS=="win" or OS=="mac" or OS=="ios"', { |
| 'host_arch%': 'ia32', |
| }, { |
| - 'host_arch%': '<!(python <(DEPTH)/build/linux/detect_host_arch.py)', |
| + 'host_arch%': '<!pymod_do_main(detect_host_arch)', |
| }], |
| ], |
| }, |