Apple has done something to break SDL 1.x (and SDL < 2.0.9), and since

SDL 1.x isn't being updated, it's time to drop support for it under
macOS.
This commit is contained in:
William McBrine
2018-11-18 23:06:51 -05:00
parent 27257f96ac
commit a1ce286ff2
2 changed files with 4 additions and 8 deletions

View File

@@ -35,10 +35,6 @@ endif
BUILD = $(CC) $(CFLAGS) -I$(PDCURSES_SRCDIR)
ifeq ($(shell uname),Darwin)
DEMOFLAGS = -Dmain=SDL_main
endif
LINK = $(CC)
LDFLAGS = $(LIBCURSES) $(SLIBS)
RANLIB = ranlib

View File

@@ -7,10 +7,10 @@ This is a port of PDCurses for version 1.x of SDL.
Building
--------
- On *nix (including Linux and Mac OS X), run "make" in the sdl1
directory. There is no configure script (yet?) for this port. This
assumes a working sdl-config, and GNU make. It builds the library
libpdcurses.a (dynamic lib not implemented).
- On *nix (including Linux), run "make" in the sdl1 directory. There is
no configure script (yet?) for this port. This assumes a working
sdl-config, and GNU make. It builds the library libpdcurses.a (dynamic
lib not implemented).
- The makefile accepts the optional parameter "DEBUG=Y", and recognizes
the optional PDCURSES_SRCDIR environment variable, as with the console