summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-04 22:35:56 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-03-04 22:35:56 (GMT)
commit9725c2beeebc701d8b0de0cffcd330fce3b6ddd8 (patch)
treeb5e24a959f580dcf476153efe81124aa8abb246e /src
parentbe3bb54fe4ee5faf1ca944da7d8f06e922005145 (diff)
downloadSCons-9725c2beeebc701d8b0de0cffcd330fce3b6ddd8.zip
SCons-9725c2beeebc701d8b0de0cffcd330fce3b6ddd8.tar.gz
SCons-9725c2beeebc701d8b0de0cffcd330fce3b6ddd8.tar.bz2
The change didn't get into 2.3.1
Diffstat (limited to 'src')
-rw-r--r--src/script/scons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/scons.py b/src/script/scons.py
index 2c17cd8..8dcc371 100644
--- a/src/script/scons.py
+++ b/src/script/scons.py
@@ -85,7 +85,7 @@ scons_version = 'scons-%s' % __version__
# preferred order of scons lookup paths
prefs = []
-# - running from source takes priority (since 2.3.1)
+# - running from source takes priority (since 2.3.2)
script_path = os.path.abspath(os.path.dirname(__file__))
source_path = os.path.join(script_path, '..', 'engine')