Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2009-03-23 20:50:41 +0300
committerStefan Gartner <stefang@aon.at>2009-03-23 20:50:41 +0300
commitc56188680945a61297d88d3ccc36cafe83c3c609 (patch)
tree58cd758c50e7f40244fb8aa9b500437bbb05d226 /config/irix6-config.py
parent4a078765623b72641164a25291e925bb4e64bcba (diff)
irix/scons: use $LCGDIR/sdl instead of $LCGDIR/SDL.
Fixed bug #18293: SDL files under lib for irix-6.5-mips are included twice
Diffstat (limited to 'config/irix6-config.py')
-rw-r--r--config/irix6-config.py2
1 files changed, 1 insertions, 1 deletions
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'