We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c34c4ab + 0e29e4f commit a47faccCopy full SHA for a47facc
3 files changed
CHANGES.txt
@@ -87,6 +87,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
87
of decoding errors, TEMPFILEENCODING can now be specified to give
88
more explicit instructions to SCons.
89
90
+
91
From Edward Peek:
92
- Fix the variant dir component being missing from generated source file
93
paths with CompilationDatabase() builder (Fixes #4003).
RELEASE.txt
@@ -83,7 +83,6 @@ FIXES
83
as the default path for temporary files includes the username. Setting
84
(existing) TEMPFILEDIR may also help in this case.
85
86
-
IMPROVEMENTS
------------
SCons/Platform/__init__.py
@@ -47,6 +47,7 @@
47
import os
48
import sys
49
import tempfile
50
+import locale
51
52
import SCons.Action
53
import SCons.Errors
0 commit comments