Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed testnative on Mac OS X, which no longer ships X11 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 2, 2013
1 parent 9f7eeb1 commit 449d1c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/Makefile.in
Expand Up @@ -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)
Expand Down

0 comments on commit 449d1c7

Please sign in to comment.