aboutsummaryrefslogtreecommitdiff
path: root/icu.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'icu.gyp')
-rw-r--r--icu.gyp15
1 files changed, 15 insertions, 0 deletions
diff --git a/icu.gyp b/icu.gyp
index 3724fbd..f34c578 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -25,6 +25,21 @@
'U_STATIC_IMPLEMENTATION',
],
}],
+ ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \
+ or OS=="netbsd" or OS=="mac" or OS=="android") and \
+ (target_arch=="arm" or target_arch=="ia32" or \
+ target_arch=="mipsel")', {
+ 'target_conditions': [
+ ['_toolset=="host"', {
+ 'cflags': [ '-m32' ],
+ 'ldflags': [ '-m32' ],
+ 'asflags': [ '-32' ],
+ 'xcode_settings': {
+ 'ARCHS': [ 'i386' ],
+ },
+ }],
+ ],
+ }],
],
'include_dirs': [
'source/common',