diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-04-11 21:16:01 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-04-11 21:16:01 (GMT) |
commit | bb8c1c522284646b642519e0444f0a2d64e99276 (patch) | |
tree | d25e9f23f7fdc65810652da39d0601607a951a21 /SCons/Defaults.py | |
parent | c75b6df1e33837c5184b1011a9a94af48230a67c (diff) | |
download | SCons-bb8c1c522284646b642519e0444f0a2d64e99276.zip SCons-bb8c1c522284646b642519e0444f0a2d64e99276.tar.gz SCons-bb8c1c522284646b642519e0444f0a2d64e99276.tar.bz2 |
Change to set reasonable default for TEMPFILEARGESCFUNC in Defaults.py rather in get() in TEMPFILEMUNGE logic
Diffstat (limited to 'SCons/Defaults.py')
-rw-r--r-- | SCons/Defaults.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SCons/Defaults.py b/SCons/Defaults.py index 8bc0f5f..c108ea8 100644 --- a/SCons/Defaults.py +++ b/SCons/Defaults.py @@ -628,6 +628,7 @@ ConstructionEnvironment = { 'TEMPFILE': NullCmdGenerator, 'TEMPFILEARGJOIN': ' ', + 'TEMPFILEARGESCFUNC': SCons.Subst.quote_spaces, 'Dir': Variable_Method_Caller('TARGET', 'Dir'), 'Dirs': Variable_Method_Caller('TARGET', 'Dirs'), 'File': Variable_Method_Caller('TARGET', 'File'), |