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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-11-28 21:43:59 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-11-28 21:52:45 +0300
commitfb0fa3cb9e3add429e97fe07a7a225cebfba7133 (patch)
tree009a20064f5d0568bff4695de317eb7e3e3aa55a /build_files/scons
parent57628cb562f2053ed0b27ac52723f85ee30dc7d5 (diff)
Move linux's scons to py3.5 too!
Diffstat (limited to 'build_files/scons')
-rw-r--r--build_files/scons/Modules/FindPython.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/Modules/FindPython.py b/build_files/scons/Modules/FindPython.py
index a0ead88ebb4..9f652b73585 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"