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 b23aa6667c1d..684785500c31 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -110,7 +110,7 @@ CONFIGURE_DIR=source
.IF "$(OS)"=="IOS"
STATIC_OR_SHARED=--enable-static --disable-shared
.ELSE
-STATIC_OR_SHARED==--disable-static --enable-shared
+STATIC_OR_SHARED=--disable-static --enable-shared
.ENDIF
.IF "$(CROSS_COMPILING)"!=""