From c56188680945a61297d88d3ccc36cafe83c3c609 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Mon, 23 Mar 2009 17:50:41 +0000 Subject: irix/scons: use $LCGDIR/sdl instead of $LCGDIR/SDL. Fixed bug #18293: SDL files under lib for irix-6.5-mips are included twice --- config/irix6-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/irix6-config.py b/config/irix6-config.py index 81a301fbb03..8be12d649bf 100644 --- a/config/irix6-config.py +++ b/config/irix6-config.py @@ -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' -- cgit v1.2.3