diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-06-23 22:34:24 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-06-23 22:34:24 (GMT) |
commit | 25c015ce10b68e40720af616237411c0b5e26953 (patch) | |
tree | 72a8d809f91e20b997b132aef4828ff076dd225e /RELEASE.txt | |
parent | 8609d78eb8681778bafd4fba9383cce322ea6c1c (diff) | |
download | SCons-25c015ce10b68e40720af616237411c0b5e26953.zip SCons-25c015ce10b68e40720af616237411c0b5e26953.tar.gz SCons-25c015ce10b68e40720af616237411c0b5e26953.tar.bz2 |
[ci skip] Add note that this change may break SetOption() + ninja usage with fix
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 5dac018..d6fa729 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -56,6 +56,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY - AddOption and the internal add_local_option which AddOption calls now recognize a "settable" keyword argument to indicate a project-added option can also be modified using SetOption. + NOTE: If you were using ninja and using SetOption() for ninja options + in your SConscripts prior to loading the ninja tool, you will now + see an error. The fix is to move the SetOption() to after you've loaded + the ninja tool. - ListVariable now has a separate validator, with the functionality that was previously part of the converter. The main effect is to allow a developer to supply a custom validator, which previously |