Skip to content

Commit

Permalink
Bump required scons version to 0.98.1.
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
QuLogic committed Sep 25, 2017
1 parent 1f46853 commit ba0dcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#!/usr/bin/env python

EnsureSConsVersion(0, 14)
EnsureSConsVersion(0, 98, 1)


import string
Expand Down

0 comments on commit ba0dcbb

Please sign in to comment.