mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user