summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-29 12:33:33 -0700
committerGary E. Miller <gem@rellim.com>2019-03-29 12:33:33 -0700
commit10fb1c843f33073adece304b9593a0bc58aa4c7a (patch)
tree10f1e4b35be662b82850faf3b32e4b75db505cf7 /SConstruct
parent9cbf5c3b19016b40e70947ce5789252781ee8a7e (diff)
downloadgpsd-10fb1c843f33073adece304b9593a0bc58aa4c7a.tar.gz
SConstruct: add comment at end of configuration.
Sigh, some configuration done after the end point...
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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):