diff options
author | Mats Wichmann <mats@linux.com> | 2024-09-16 21:12:22 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2024-09-16 21:12:22 (GMT) |
commit | 4082db59a481fad7fe4f4e91847a187044c1db93 (patch) | |
tree | cc6486a7f300aaa62f58b8058ac7151f4282f17a /RELEASE.txt | |
parent | 5d453c2200bfd5085514916600f5780b1e7d5488 (diff) | |
download | SCons-4082db59a481fad7fe4f4e91847a187044c1db93.zip SCons-4082db59a481fad7fe4f4e91847a187044c1db93.tar.gz SCons-4082db59a481fad7fe4f4e91847a187044c1db93.tar.bz2 |
Fix initialization of compilation_db emitters
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index c65e830..f21f93e 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -43,6 +43,8 @@ FIXES it always produced True in this case). - Temporary files created by TempFileMunge() are now cleaned up on scons exit, instead of at the time they're used. Fixes #4595. +- Fix a problem with compilation_db component initialization - the + entries for assembler files were not being set up correctly. IMPROVEMENTS ------------ |