Move linux's scons to py3.5 too!

This commit is contained in:
Bastien Montagne
2015-11-28 19:43:59 +01:00
parent 57628cb562
commit fb0fa3cb9e

View File

@@ -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"