aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/icu.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/icu.gyp')
-rw-r--r--gyp/icu.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/icu.gyp b/gyp/icu.gyp
index 5142b77ed6..27bd60fa16 100644
--- a/gyp/icu.gyp
+++ b/gyp/icu.gyp
@@ -120,7 +120,7 @@
'skia_os == "mac"', {
'sources': [ '<(icu_directory)/mac/icudtl_dat.S', ],
'xcode_settings': {
- 'GCC_ENABLE_CPP_RTTI': 'YES', # -frtti
+ 'OTHER_CPLUSPLUSFLAGS': [ '-frtti' ],
'WARNING_CFLAGS': [ '-w' ],
},
}