mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-08 15:57:59 +00:00
Merge pull request #249 from qqd-google/makefile_EMOJI_SRC_DIR_initialize
Modify Makefile's EMOJI_SRC_DIR initialize.
This commit is contained in:
commit
e7490e1841
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ ADD_GLYPHS_FLAGS = -a emoji_aliases.txt
|
|||
PUA_ADDER = map_pua_emoji.py
|
||||
VS_ADDER = add_vs_cmap.py # from nototools
|
||||
|
||||
EMOJI_SRC_DIR := png/128
|
||||
EMOJI_SRC_DIR ?= png/128
|
||||
FLAGS_SRC_DIR := third_party/region-flags/png
|
||||
|
||||
BUILD_DIR := build
|
||||
|
|
Loading…
Add table
Reference in a new issue