diff options
author | Tobias Markmann <tm@ayena.de> | 2015-11-12 11:01:43 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2015-12-17 18:31:50 (GMT) |
commit | 359799239fe61fae51a3a005e588af03a18d8a10 (patch) | |
tree | 76c9649af448ca20bf6e76dcc9b50dc3d2d6e569 /scons | |
parent | 54b1a705c192c1c0afa3c71db393a275f25fc7ca (diff) | |
download | swift-359799239fe61fae51a3a005e588af03a18d8a10.zip swift-359799239fe61fae51a3a005e588af03a18d8a10.tar.bz2 |
Update SCons to version 2.4.0
Test-Information:
Tested build works with upcoming fixes with VS 2015
Community.
Change-Id: Ia4f78cc9efdae56ef78a2b7ae09f11fa1bd8bc37
Diffstat (limited to 'scons')
-rwxr-xr-x | scons | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ declare -a supported_python_versions=(python python2.7 python2.6 python2.5 pytho for exe in ${supported_python_versions[*]}; do if is_supported_python "$exe"; then - exec $exe `dirname $0`/3rdParty/SCons/scons.py "$@" + exec $exe `dirname $0`/3rdParty/SCons/scons-2.4.0/script/scons "$@" exit fi done |