From 9725c2beeebc701d8b0de0cffcd330fce3b6ddd8 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 01:35:56 +0300 Subject: The change didn't get into 2.3.1 --- src/script/scons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v0.12