Use project build folder for tempfile workaround with command maxlen

This commit is contained in:
Ivan Kravets
2021-01-27 18:47:54 +02:00
parent e2906e3be5
commit 7810946484
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -67,6 +67,8 @@ def generate(env):
_long_sources_hook=long_sources_hook,
TEMPFILE=TempFileMunge,
MAXLINELENGTH=MAX_LINE_LENGTH,
TEMPFILESUFFIX=".tmp",
TEMPFILEDIR="$BUILD_DIR",
)
for name in ("LINKCOM", "ASCOM", "ASPPCOM", "CCCOM", "CXXCOM"):