diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-09-24 16:40:15 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-09-24 22:39:35 -0400 |
| commit | ba0dcbbdc33f1aaeb44755ec6c2b2cc22fc41e0f (patch) | |
| tree | f0b91a0cf39a862826f23c27171323be39dff005 | |
| parent | 1f4685375f2d2e36a2e19e67ac9f614b8c99ea28 (diff) | |
| download | redot-engine-ba0dcbbdc33f1aaeb44755ec6c2b2cc22fc41e0f.tar.gz | |
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.
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index a6767e6a25..964222c7a0 100644 --- a/SConstruct +++ b/SConstruct @@ -1,7 +1,7 @@ #!/usr/bin/env python -EnsureSConsVersion(0, 14) +EnsureSConsVersion(0, 98, 1) import string |
