Bump OSX SCons to use Python 3.2. Remember to update your lib/darwin* directory.

This commit is contained in:
Nathan Letwory 2011-03-04 09:08:47 +00:00
parent afc468c655
commit a97f920e2f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ BF_FFMPEG_LIB = 'avcodec avdevice avformat avutil mp3lame swscale x264 xvidcore
#bz2 is a standard osx dynlib
# python 3.1 uses precompiled libraries in bf svn /lib by default
BF_PYTHON_VERSION = '3.1'
BF_PYTHON_VERSION = '3.2'
BF_PYTHON = LIBDIR + '/python'
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
# BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'