1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 19:45:48 +00:00

Bump required scons version to 0.98.1.

* Environment.AddPostAction() and the global AlwaysBuild() were added in
  0.93, so requiring 0.14 is broken.
* Environment.Decider and Glob were added in some intermediate 0.97
  release.
* The Variables object was added in 0.98.1.
This commit is contained in:
Elliott Sales de Andrade 2017-09-24 16:40:15 -04:00
parent 1f4685375f
commit ba0dcbbdc3

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
EnsureSConsVersion(0, 14)
EnsureSConsVersion(0, 98, 1)
import string