irix/scons: use $LCGDIR/sdl instead of $LCGDIR/SDL.

Fixed bug #18293: SDL files under lib for irix-6.5-mips are included twice
This commit is contained in:
Stefan Gartner 2009-03-23 17:50:41 +00:00
parent 4a07876562
commit c561886809

@ -34,7 +34,7 @@ WITH_BF_STATICCXX = 'false'
BF_CXX_LIB_STATIC = '${BF_CXX}/lib/libstdc++.a'
WITH_BF_SDL = 'true'
BF_SDL = LCGDIR+'/SDL' #$(shell sdl-config --prefix)
BF_SDL = LCGDIR+'/sdl' #$(shell sdl-config --prefix)
BF_SDL_INC = '${BF_SDL}/include/SDL' #$(shell $(BF_SDL)/bin/sdl-config --cflags)
BF_SDL_LIB = 'SDL audio iconv charset' #BF_SDL #$(shell $(BF_SDL)/bin/sdl-config --libs) -lSDL_mixer
BF_SDL_LIBPATH = '${BF_SDL}/lib'