diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-10-12 20:34:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-12 20:34:31 (GMT) |
commit | d567831eac3cc973aadc9046f10ff9e1ce192d4a (patch) | |
tree | f5c9871cbe98ba45dddd309fda7b9350120b548a /RELEASE.txt | |
parent | cbb75dc7f98e76198ceba1f819f60df08c3d2657 (diff) | |
parent | 2dac3e085897f6bae0d5fdef34bf1791c65d04b9 (diff) | |
download | SCons-d567831eac3cc973aadc9046f10ff9e1ce192d4a.zip SCons-d567831eac3cc973aadc9046f10ff9e1ce192d4a.tar.gz SCons-d567831eac3cc973aadc9046f10ff9e1ce192d4a.tar.bz2 |
Merge pull request #4611 from jcbrill/jbrill-mscommon-debug
Resolve 4605: enhance SCONS_MSCOMMON_DEBUG handling of invalid input
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 71c52eb..76ae1d5 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -50,10 +50,11 @@ FIXES following the option, with no spaces (e.g. -j5 and not -j 5). - Fix a problem with compilation_db component initialization - the entries for assembler files were not being set up correctly. - - On Darwin, PermissionErrors are now handled while trying to access /etc/paths.d. This may occur if SCons is invoked in a sandboxed environment (such as Nix). +- Added error handling when creating MS VC detection debug log file specified by + SCONS_MSCOMMON_DEBUG - Fix nasm test for missing include file, cleanup. |