diff options
-rw-r--r-- | gyp/common_conditions.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index cfb67aeb7a..b2025062be 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -132,6 +132,7 @@ # trying to get this to work, but it needs clang I think... # 'WARNING_CFLAGS': '-Wexit-time-destructors', 'CLANG_WARN_CXX0X_EXTENSIONS': 'NO', + 'ARCHS': '$(ARCHS_STANDARD_32_64_BIT)', }, }, ], |