summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--icu/makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index aaace59e8c94..df2d20bb25c2 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -124,6 +124,7 @@ LDFLAGSADD += -Wl,--hash-style=$(WITH_LINKER_HASH_STYLE)
.IF "$(OS)"=="IOS"
# Let's try this...
icu_CFLAGS+=-DUCONFIG_NO_FILE_IO
+icu_CXXFLAGS+=-DUCONFIG_NO_FILE_IO
.ENDIF
.IF "$(OS)"=="ANDROID"