* small fix for python versions

This commit is contained in:
Matt Ebb 2009-08-03 00:58:50 +00:00
parent 1517ef9d9e
commit 8d3b3780d0

@ -27,6 +27,8 @@ else :
LCGDIR = '#../lib/darwin-8.x.i386' LCGDIR = '#../lib/darwin-8.x.i386'
LIBDIR = '${LCGDIR}' LIBDIR = '${LCGDIR}'
BF_PYTHON_VERSION = '3.1'
if MAC_PROC== 'powerpc' and BF_PYTHON_VERSION == '2.3': if MAC_PROC== 'powerpc' and BF_PYTHON_VERSION == '2.3':
MAC_MIN_VERS = '10.3' MAC_MIN_VERS = '10.3'
MACOSX_SDK='/Developer/SDKs/MacOSX10.3.9.sdk' MACOSX_SDK='/Developer/SDKs/MacOSX10.3.9.sdk'
@ -47,8 +49,6 @@ if USE_SDK==True:
#BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib' #BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
#BF_FFMPEG_LIB = 'avformat.a avcodec.a avutil.a' #BF_FFMPEG_LIB = 'avformat.a avcodec.a avutil.a'
BF_PYTHON_VERSION = '3.1'
if BF_PYTHON_VERSION=='3.1': if BF_PYTHON_VERSION=='3.1':
# python 3.1 uses precompiled libraries in bf svn /lib by default # python 3.1 uses precompiled libraries in bf svn /lib by default