makefile: Use correct variable name, FONTPATH instead of FONTNAME in message
This commit is contained in:
parent
c6b10a06de
commit
64376cad58
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -1466,7 +1466,7 @@ ifneq (,$(BESM6_BUILD))
|
|||
$(info *** No font file available, BESM-6 video panel disabled.)
|
||||
$(info ***)
|
||||
$(info *** To enable the panel display please specify one of:)
|
||||
$(info *** a font path with FONTNAME=path)
|
||||
$(info *** a font path with FONTPATH=path)
|
||||
$(info *** a font name with FONTNAME=fontname.ttf)
|
||||
$(info *** a font file with FONTFILE=path/fontname.ttf)
|
||||
$(info ***)
|
||||
|
|
Loading…
Add table
Reference in a new issue