summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icu/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 4009280b9b0f..fe00f467eb67 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -121,7 +121,7 @@ icu_CXXFLAGS+=-fno-omit-frame-pointer
.ENDIF
.IF "$(OS)"=="IOS" || "$(OS)"=="ANDROID"
-# Problems with uint64_t on Android unless disabling strictness
+# Problems on Android unless disabling dynamic loading
DISABLE_DYLOAD=--disable-dyload
.ENDIF