| Index: build/standalone.gypi
|
| ===================================================================
|
| --- build/standalone.gypi (revision 21880)
|
| +++ build/standalone.gypi (working copy)
|
| @@ -51,13 +51,7 @@
|
| # Anything else gets passed through, which probably won't work
|
| # very well; such hosts should pass an explicit target_arch
|
| # to gyp.
|
| - 'host_arch%':
|
| - '<!(uname -m | sed -e "s/i.86/ia32/;\
|
| - s/x86_64/x64/;\
|
| - s/amd64/x64/;\
|
| - s/arm.*/arm/;\
|
| - s/aarch64/arm64/;\
|
| - s/mips.*/mipsel/")',
|
| + 'host_arch%': '<!pymod_do_main(detect_v8_host_arch)',
|
| }, {
|
| # OS!="linux" and OS!="freebsd" and OS!="openbsd" and
|
| # OS!="netbsd" and OS!="mac"
|
|
|