does not define __linux__ under OS X any more.
This commit is contained in:
parent
602811f3ad
commit
db2b1334cd
@ -138,7 +138,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# these are for everyone
|
# these are for everyone
|
||||||
COPT = -D_DARWIN_C_SOURCE -D__macosx__ -D__linux__ -W -Wall -Wdeclaration-after-statement -O$(OPTIM) -std=c99 -g $(LUACOPT) $(SDLCOPT) $(TTFCOPT) -I/usr/include
|
COPT = -D_DARWIN_C_SOURCE -D__macosx__ -W -Wall -Wdeclaration-after-statement -O$(OPTIM) -std=c99 -g $(LUACOPT) $(SDLCOPT) $(TTFCOPT) -I/usr/include
|
||||||
ifdef MACOSX_LION
|
ifdef MACOSX_LION
|
||||||
LOPT = $(SDLLOPT) $(LUALOPT) -framework libpng14 -lz
|
LOPT = $(SDLLOPT) $(LUALOPT) -framework libpng14 -lz
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user