mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
name2ctype.h depends on also Emoji data
This commit is contained in:
parent
cbec533677
commit
67f010af9b
1 changed files with 2 additions and 1 deletions
|
@ -1419,7 +1419,8 @@ $(UNICODE_SRC_DATA_DIR):
|
|||
$(UNICODE_HDR_DIR)/$(ALWAYS_UPDATE_UNICODE:yes=name2ctype.h): \
|
||||
$(srcdir)/tool/enc-unicode.rb \
|
||||
$(UNICODE_SRC_DATA_DIR)/UnicodeData.txt \
|
||||
$(UNICODE_PROPERTY_FILES)
|
||||
$(UNICODE_PROPERTY_FILES) \
|
||||
$(UNICODE_EMOJI_FILES)
|
||||
|
||||
$(UNICODE_HDR_DIR)/name2ctype.h:
|
||||
$(MAKEDIRS) $(@D)
|
||||
|
|
Loading…
Add table
Reference in a new issue