From beefe8e65cb5a7c0584b467547325d9d56735ae1 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 8 Mar 2014 23:20:04 -0800 Subject: Updated comment to indicate new order of priority for loading SCons python packages --- 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 7de0b10..3638fa7 100644 --- a/src/script/scons.py +++ b/src/script/scons.py @@ -73,7 +73,7 @@ libs = [] if "SCONS_LIB_DIR" in os.environ: libs.append(os.environ["SCONS_LIB_DIR"]) -# - running from source takes priority (since 2.3.2) +# - running from source takes priority (since 2.3.2), excluding SCONS_LIB_DIR settings script_path = os.path.abspath(os.path.dirname(__file__)) source_path = os.path.join(script_path, '..', 'engine') libs.append(source_path) -- cgit v0.12