mirror of
https://github.com/yawut/SDL.git
synced 2026-03-31 06:04:53 -05:00
Fixed testnative on Mac OS X, which no longer ships X11 by default.
This commit is contained in:
parent
ce7c921a5d
commit
e576d9c370
|
|
@ -150,10 +150,8 @@ testlock$(EXE): $(srcdir)/testlock.c
|
|||
|
||||
ifeq (@ISMACOSX@,true)
|
||||
testnative$(EXE): $(srcdir)/testnative.c \
|
||||
$(srcdir)/testnativecocoa.m \
|
||||
$(srcdir)/testnativew32.c \
|
||||
$(srcdir)/testnativex11.c
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) -L/usr/X11/lib -lX11 -framework Cocoa
|
||||
$(srcdir)/testnativecocoa.m
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) -framework Cocoa
|
||||
endif
|
||||
|
||||
ifeq (@ISWINDOWS@,true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user