mirror of
https://github.com/simh/simh.git
synced 2026-05-01 05:48:35 +00:00
makefile: Fix typo only a problem with 'make besm6' or 'make all'
This commit is contained in:
2
makefile
2
makefile
@@ -946,7 +946,7 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin)
|
|||||||
VIDEO_TTF_LDFLAGS += -lSDL2_ttf
|
VIDEO_TTF_LDFLAGS += -lSDL2_ttf
|
||||||
VIDEO_FEATURES += with TrueType font support
|
VIDEO_FEATURES += with TrueType font support
|
||||||
# Retain support for explicitly supplying a preferred fontfile
|
# Retain support for explicitly supplying a preferred fontfile
|
||||||
ifneq (,$(and $(FONTFILE))
|
ifneq (,$(FONTFILE))
|
||||||
VIDEO_TTF_OPT += -DFONTFILE=${FONTFILE}
|
VIDEO_TTF_OPT += -DFONTFILE=${FONTFILE}
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user