Sound support for irix

This commit is contained in:
Chris Want 2003-07-16 23:53:09 +00:00
parent 6dcc5b030e
commit 0fde8dedf0
2 changed files with 4 additions and 2 deletions

@ -147,6 +147,7 @@ PYPLAYERLIB ?= $(PYLIB)
else
ifeq ($(OS), irix)
COMLIB += $(NAN_FREETYPE)/lib32/libfreetype.a
COMLIB += $(NAN_SDL)/lib/libSDL.a
else
COMLIB += $(NAN_FREETYPE)/lib/libfreetype.a
endif
@ -333,7 +334,6 @@ ifeq ($(OS),solaris)
SPLIB += $(NAN_ZLIB)/lib/libz.a
endif
# OpenAL libs are already compiled as shared code! Check FMod if we switch to that. (nzc)
ifeq ($(OS),$(findstring $(OS), "freebsd linux windows"))
ifeq ($(CPU),i386)

@ -150,4 +150,6 @@ ifeq ($(OS),windows)
endif
endif
LLIBS += $(NAN_SDLLIBS)
ifneq ($(OS),irix)
LLIBS += $(NAN_SDLLIBS)
endif