diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-11 15:58:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-11 16:20:01 +0300 |
commit | f9b5e3d8ce2b1201ff021d70f466d3cb61efd777 (patch) | |
tree | f99920a148b1c43e993823ddcc70a2e6c0f0866a /icu/makefile.mk | |
parent | 5a20d2be688e5f0e316a71b3fc7582a2935e8787 (diff) |
Fix copy/pasted comment
Change-Id: I I782827cfaf58e6eb4f6f3f8cd4159a0f787a7024
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 2 |
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 |