Fixed testnative on Mac OS X, which no longer ships X11 by default.
This commit is contained in:
parent
658c25666a
commit
a54ea6ce9f
1 changed files with 2 additions and 4 deletions
|
@ -150,10 +150,8 @@ testlock$(EXE): $(srcdir)/testlock.c
|
||||||
|
|
||||||
ifeq (@ISMACOSX@,true)
|
ifeq (@ISMACOSX@,true)
|
||||||
testnative$(EXE): $(srcdir)/testnative.c \
|
testnative$(EXE): $(srcdir)/testnative.c \
|
||||||
$(srcdir)/testnativecocoa.m \
|
$(srcdir)/testnativecocoa.m
|
||||||
$(srcdir)/testnativew32.c \
|
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) -framework Cocoa
|
||||||
$(srcdir)/testnativex11.c
|
|
||||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS) -L/usr/X11/lib -lX11 -framework Cocoa
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (@ISWINDOWS@,true)
|
ifeq (@ISWINDOWS@,true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue