Merge pull request #53829 from akien-mga/scons-py3.6
This commit is contained in:
commit
e2bfb27efb
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
EnsureSConsVersion(3, 0, 0)
|
EnsureSConsVersion(3, 0, 0)
|
||||||
EnsurePythonVersion(3, 5)
|
EnsurePythonVersion(3, 6)
|
||||||
|
|
||||||
# System
|
# System
|
||||||
import atexit
|
import atexit
|
||||||
|
|
Loading…
Reference in New Issue