1
0
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:
Mark Pizzolato
2025-06-07 02:21:49 -10:00
parent 61fe27cb47
commit 5f6eed2119

View File

@@ -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