瀏覽代碼

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 8 年之前
父節點
當前提交
ba0dcbbdc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

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