=== SCons ===
Update configs to use Python 2.5. To quote from IRC: 07:17 * stivs waves his +5 Mouse of Power and authorizes jestie to update all of scons to py 2.5. 07:17 < stivs> let the screaming begin!
This commit is contained in:
@@ -7,10 +7,10 @@ BF_VERSE_INCLUDE = "#extern/verse/dist"
|
||||
WITH_BF_YAFRAY = 'true'
|
||||
|
||||
BF_PYTHON = LIBDIR + '/python'
|
||||
BF_PYTHON_VERSION = '2.4'
|
||||
BF_PYTHON_VERSION = '2.5'
|
||||
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
|
||||
BF_PYTHON_BINARY = 'python'
|
||||
BF_PYTHON_LIB = 'python24'
|
||||
BF_PYTHON_LIB = 'python25'
|
||||
BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib'
|
||||
|
||||
WITH_BF_OPENAL = 'true'
|
||||
|
Reference in New Issue
Block a user