aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/v8/v8.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v8/v8.pro b/src/v8/v8.pro
index c3d2e634c1..bc1837a1c2 100644
--- a/src/v8/v8.pro
+++ b/src/v8/v8.pro
@@ -10,7 +10,7 @@ macx:CONFIG(debug, debug|release) {
TARGET = v8_debug
}
-equals(QT_ARCH, "x64")|contains(CONFIG, x86_64):CONFIG += arch_x86_64
+equals(QT_ARCH, x86_64)|contains(CONFIG, x86_64):CONFIG += arch_x86_64
else:equals(QT_ARCH, "i386"):CONFIG += arch_i386
else:equals(QT_ARCH, "arm"):CONFIG += arch_arm