Move linux's scons to py3.5 too!
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user