mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 23:37:58 +00:00
Might be a fix for
https://github.com/googlefonts/noto-emoji/issues/503
This commit is contained in:
parent
22e5646262
commit
3e99b92b27
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -164,13 +164,13 @@ waveflag: waveflag.c
|
|||
# imagemagick packaged with ubuntu trusty (6.7.7-10) by using -composite.
|
||||
|
||||
$(EMOJI_DIR)/%.png: $(EMOJI_SRC_DIR)/%.png | $(EMOJI_DIR)
|
||||
@convert $(IMOPS) "$<" -composite "PNG32:$@"
|
||||
@magick convert $(IMOPS) "$<" -composite "PNG32:$@"
|
||||
|
||||
$(FLAGS_DIR)/%.png: $(FLAGS_SRC_DIR)/%.png ./waveflag | $(FLAGS_DIR)
|
||||
@./waveflag $(FLAGS_DIR)/ "$<"
|
||||
|
||||
$(RESIZED_FLAGS_DIR)/%.png: $(FLAGS_DIR)/%.png | $(RESIZED_FLAGS_DIR)
|
||||
@convert $(IMOPS) "$<" -composite "PNG32:$@"
|
||||
@magick convert $(IMOPS) "$<" -composite "PNG32:$@"
|
||||
|
||||
flag-symlinks: $(RESIZED_FLAG_FILES) | $(RENAMED_FLAGS_DIR)
|
||||
@$(subst ^, , \
|
||||
|
|
Loading…
Add table
Reference in a new issue