aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorMartin Dürst <duerst@it.aoyama.ac.jp>2022-03-11 16:48:26 +0900
committerMartin Dürst <duerst@it.aoyama.ac.jp>2022-03-13 09:19:52 +0900
commit8e1f3a96aecb3defc34556d75e3d2a0867416082 (patch)
treeab11f26b2b9de6758ff6b4a985011bb36eb25be8 /common.mk
parent45e0711f29f9ce65cd34ad14e3af1546ccc7252e (diff)
downloadruby-8e1f3a96aecb3defc34556d75e3d2a0867416082.tar.gz
switch UNICODE_BETA back to NO
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 900a70d11c..31035b3cd4 100644
--- a/common.mk
+++ b/common.mk
@@ -20,7 +20,7 @@ enable_shared = $(ENABLE_SHARED:no=)
UNICODE_VERSION = 14.0.0
UNICODE_EMOJI_VERSION = 14.0
-UNICODE_BETA = YES
+UNICODE_BETA = NO
### set the following environment variable or uncomment the line if
### the Unicode data files should be updated completely on every update ('make up',...).