summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4cd2a1b3..6aeb0c62 100644
--- a/SConstruct
+++ b/SConstruct
@@ -662,7 +662,7 @@ helping = env.GetOption('help')
env.Prepend(LIBPATH=[os.path.realpath(os.curdir)])
# from scons 3.0.5, any changes to env after this, until after
-# config.Finish(), will be lost.
+# config.Finish(), will be lost. Use config.env until then.
config = Configure(env, custom_tests={
'CheckPKG': CheckPKG,
'CheckXsltproc': CheckXsltproc,