Require scons 3.0 and python 2.7
This commit is contained in:
parent
dbf422e8de
commit
48dd1ed65a
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
import os
|
||||
# init Scons
|
||||
EnsureSConsVersion(1,1)
|
||||
EnsurePythonVersion(2,2)
|
||||
EnsureSConsVersion(3,0)
|
||||
EnsurePythonVersion(2,7)
|
||||
|
||||
# set defaults
|
||||
PREFIX='/usr/local'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user