Fix for compiling on Haiku

This commit is contained in:
sparklewind 2012-12-21 21:50:07 +00:00
parent 92e5036eb6
commit 14e259ac39

View File

@ -65,9 +65,10 @@ ifneq ($(findstring Linux,$(OS)),)
JOYCONFIG_OBJ += input/linuxraw_joypad.o
endif
OBJ += autosave.o thread.o
ifeq ($(HAVE_THREADS), 1)
OBJ += autosave.o thread.o
LIBS += -lpthread
LIBS +=
endif
ifeq ($(HAVE_CONFIGFILE), 1)