mirror of
https://github.com/simh/simh.git
synced 2026-01-28 04:48:05 +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_FEATURES += with TrueType font support
|
||||
# Retain support for explicitly supplying a preferred fontfile
|
||||
ifneq (,$(and $(FONTFILE))
|
||||
ifneq (,$(FONTFILE))
|
||||
VIDEO_TTF_OPT += -DFONTFILE=${FONTFILE}
|
||||
endif
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user