Fix typo (failback vs fallback).
This commit is contained in:
parent
f25870887b
commit
ccfc0bdb53
5 changed files with 10 additions and 6 deletions
|
@ -10,7 +10,7 @@ CCAS=$(TARGET_CC)
|
|||
|
||||
if COND_GRUB_MKFONT
|
||||
if COND_HAVE_FONT_SOURCE
|
||||
TARGET_CFLAGS += -DUSE_ASCII_FAILBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1
|
||||
TARGET_CFLAGS += -DUSE_ASCII_FALLBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue