mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +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:
parent
1f4685375f
commit
ba0dcbbdc3
@ -1,7 +1,7 @@
|
||||
|
||||
#!/usr/bin/env python
|
||||
|
||||
EnsureSConsVersion(0, 14)
|
||||
EnsureSConsVersion(0, 98, 1)
|
||||
|
||||
|
||||
import string
|
||||
|
Loading…
Reference in New Issue
Block a user