summaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2015-11-12 11:01:43 (GMT)
committerSwift Review <review@swift.im>2015-12-17 18:31:50 (GMT)
commit359799239fe61fae51a3a005e588af03a18d8a10 (patch)
tree76c9649af448ca20bf6e76dcc9b50dc3d2d6e569 /scons
parent54b1a705c192c1c0afa3c71db393a275f25fc7ca (diff)
downloadswift-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-xscons2
1 files changed, 1 insertions, 1 deletions
diff --git a/scons b/scons
index 32bdf6c..2132dfa 100755
--- a/scons
+++ b/scons
@@ -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