mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
makefile: Use correct variable name, FONTPATH instead of FONTNAME in message
This commit is contained in:
committed by
Mark Pizzolato
parent
c6b10a06de
commit
64376cad58
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 ***)
|
||||
|
||||
Reference in New Issue
Block a user