diff options
author | Mats Wichmann <mats@linux.com> | 2024-10-05 14:24:55 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2024-10-06 18:03:51 (GMT) |
commit | fab319152a9a6e7e71da740558dd76af681a0096 (patch) | |
tree | 81e1f0849113d87f9317ff289ec21bcf54d129dd /RELEASE.txt | |
parent | fc36781173e80c99774284c653557c6cb9675c88 (diff) | |
download | SCons-fab319152a9a6e7e71da740558dd76af681a0096.zip SCons-fab319152a9a6e7e71da740558dd76af681a0096.tar.gz SCons-fab319152a9a6e7e71da740558dd76af681a0096.tar.bz2 |
Fix nasm test [skip appveyor]
Fix reported problem of missing header (no declaration for exit()).
Clean up to current styles.
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 d27c18a..71c52eb 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -55,6 +55,8 @@ FIXES /etc/paths.d. This may occur if SCons is invoked in a sandboxed environment (such as Nix). +- Fix nasm test for missing include file, cleanup. + IMPROVEMENTS ------------ |