From 10fb1c843f33073adece304b9593a0bc58aa4c7a Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Fri, 29 Mar 2019 12:33:33 -0700 Subject: SConstruct: add comment at end of configuration. Sigh, some configuration done after the end point... --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index b8d937bb..92733972 100644 --- a/SConstruct +++ b/SConstruct @@ -1104,7 +1104,7 @@ if config.env['python']: # May have been turned off by error env = config.Finish() -# env can now be modified. +# All configuration should be finished. env can now be modified. if not (cleaning or helping): -- cgit v1.2.1