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