Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 8a5b7cf2f4b859ce8210e87afe76baf26e38defd..395ec4c733b3c7960c6f372b21baf71c4653cde7 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -55,7 +55,7 @@ |
'<!(uname -m | sed -e "s/i.86/ia32/;\ |
s/x86_64/x64/;\ |
s/amd64/x64/;\ |
- s/aarch64/a64/;\ |
+ s/aarch64/arm64/;\ |
s/arm.*/arm/;\ |
s/mips.*/mipsel/")', |
}, { |
@@ -102,7 +102,6 @@ |
'conditions': [ |
['(v8_target_arch=="arm" and host_arch!="arm") or \ |
- (v8_target_arch=="a64" and host_arch!="a64") or \ |
(v8_target_arch=="arm64" and host_arch!="arm64") or \ |
(v8_target_arch=="mipsel" and host_arch!="mipsel") or \ |
(v8_target_arch=="x64" and host_arch!="x64") or \ |