1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

makefile: Revise comments describing SDL support to only mention SDL2

This commit is contained in:
Mark Pizzolato 2020-09-02 15:56:57 -07:00
parent ae825c9afb
commit 9736b13ea3

View File

@ -36,7 +36,7 @@
# simulators without networking support, invoking GNU make with
# NONETWORK=1 will do the trick.
#
# By default, video support is enabled if the SDL/SDL2 development
# By default, video support is enabled if the SDL2 development
# headers and libraries are available. To force a build without video
# support, invoke GNU make with NOVIDEO=1.
#