Ver Fonte

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.
Elliott Sales de Andrade há 8 anos atrás
pai
commit
ba0dcbbdc3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

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