Fix build on Haiku.
This commit is contained in:
parent
0aca83d029
commit
843f8b8e63
@ -349,7 +349,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
COPT = -W -Wall -g $(shell sdl-config --cflags) $(TTFCOPT) -I/boot/common/include $(LUACOPT)
|
COPT = -W -Wall -g $(shell sdl-config --cflags) $(TTFCOPT) -I/boot/common/include $(LUACOPT)
|
||||||
COPT += -DENABLE_FILENAMES_ICONV
|
COPT += -DENABLE_FILENAMES_ICONV
|
||||||
LOPT = $(shell sdl-config --libs) -lSDL_image -lpng -ljpeg -lz $(TTFLOPT) -lfreetype -lbe $(LUALOPT) -liconv
|
LOPT = $(shell sdl-config --libs) -lSDL_image -lpng -ljpeg -lz $(TTFLOPT) -lfreetype -lbe $(LUALOPT) -liconv -ltiff
|
||||||
#Append the gcc kind to the objdir (gcc2 or gcc4) to avoid conflicts when switching from one to other.
|
#Append the gcc kind to the objdir (gcc2 or gcc4) to avoid conflicts when switching from one to other.
|
||||||
OBJKIND = $(shell gcc -dumpversion)
|
OBJKIND = $(shell gcc -dumpversion)
|
||||||
OBJDIR = ../obj/haiku/$(OBJKIND)
|
OBJDIR = ../obj/haiku/$(OBJKIND)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user