[Bf-blender-cvs] [fb0fa3c] master: Move linux's scons to py3.5 too!

Bastien Montagne noreply at git.blender.org
Sat Nov 28 19:52:54 CET 2015


Commit: fb0fa3cb9e3add429e97fe07a7a225cebfba7133
Author: Bastien Montagne
Date:   Sat Nov 28 19:43:59 2015 +0100
Branches: master
https://developer.blender.org/rBfb0fa3cb9e3add429e97fe07a7a225cebfba7133

Move linux's scons to py3.5 too!

===================================================================

M	build_files/scons/Modules/FindPython.py

===================================================================

diff --git a/build_files/scons/Modules/FindPython.py b/build_files/scons/Modules/FindPython.py
index a0ead88..9f652b7 100644
--- a/build_files/scons/Modules/FindPython.py
+++ b/build_files/scons/Modules/FindPython.py
@@ -6,7 +6,7 @@ def FindPython():
 
     python = "/usr"
     abi_flags = "m"  # Most common for linux distros
-    version = "3.4"
+    version = "3.5"
 
     _arch = platform.uname()[4] + "-linux-gnu"




More information about the Bf-blender-cvs mailing list