summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-08 19:52:48 -0700
committerGary E. Miller <gem@rellim.com>2018-10-08 19:52:48 -0700
commitf5942ac7a91228f48dd18be2cb3e34ad6d15429f (patch)
tree15d6f7252587f718eaacbdc054cac3a1376a8d60 /SConstruct
parent35264d5b003a557999ab10af50201b1f1de0a8aa (diff)
downloadgpsd-f5942ac7a91228f48dd18be2cb3e34ad6d15429f.tar.gz
SConstruct: whitespace tweak for pep8
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 1040a7bb..4eae4383 100644
--- a/SConstruct
+++ b/SConstruct
@@ -99,6 +99,7 @@ PYTHON_SYSCONFIG_IMPORT = 'from distutils import sysconfig'
# Utility productions
+
def Utility(target, source, action, **kwargs):
target = env.Command(target=target, source=source, action=action, **kwargs)
env.AlwaysBuild(target)