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:
authorMartijn Berger <mberger@denc.nl>2015-11-25 01:18:25 +0300
committerMartijn Berger <mberger@denc.nl>2015-11-25 01:18:31 +0300
commite8b3a14dfb0113a7030dfb1a8d96f8b759947678 (patch)
treec2c4c3489a96109deb067c0fc57528656d497dd0 /build_files/scons
parent697acebeb7f61ece1bd17d129d424b3f470438ba (diff)
OSX bump python to 3.5
Diffstat (limited to 'build_files/scons')
-rw-r--r--build_files/scons/config/darwin-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 16ba3ec4133..1ded9db0ec1 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -26,10 +26,10 @@ BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = 'avcodec avdevice avformat avutil mp3lame swscale x264 xvidcore theora theoradec theoraenc vorbis vorbisenc vorbisfile ogg bz2'
#bz2 is a standard osx dynlib
-BF_PYTHON_VERSION = '3.4'
+BF_PYTHON_VERSION = '3.5'
WITH_OSX_STATICPYTHON = True
-# python 3.4 uses precompiled libraries in bf svn /lib by default
+# python 3.5 uses precompiled libraries in bf svn /lib by default
BF_PYTHON = LIBDIR + '/python'
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}m'
# BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'