From 8815f6bca94d0eb09babfb4eddf616cdb804674d Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 28 Mar 2019 19:57:55 -0700 Subject: SConstruct: Another scons 3.0.5 comment. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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, -- cgit v1.2.1