File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
102
102
- AddOption and the internal add_local_option which AddOption calls now
103
103
recognize a "settable" keyword argument to indicate a project-added
104
104
option can also be modified using SetOption. Fixes #3983.
105
+ NOTE: If you were using ninja and using SetOption() for ninja options
106
+ in your SConscripts prior to loading the ninja tool, you will now
107
+ see an error. The fix is to move the SetOption() to after you've loaded
108
+ the ninja tool.
105
109
- ListVariable now has a separate validator, with the functionality
106
110
that was previously part of the converter. The main effect is to
107
111
allow a developer to supply a custom validator, which previously
Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
56
56
- AddOption and the internal add_local_option which AddOption calls now
57
57
recognize a "settable" keyword argument to indicate a project-added
58
58
option can also be modified using SetOption.
59
+ NOTE: If you were using ninja and using SetOption() for ninja options
60
+ in your SConscripts prior to loading the ninja tool, you will now
61
+ see an error. The fix is to move the SetOption() to after you've loaded
62
+ the ninja tool.
59
63
- ListVariable now has a separate validator, with the functionality
60
64
that was previously part of the converter. The main effect is to
61
65
allow a developer to supply a custom validator, which previously
You can’t perform that action at this time.
0 commit comments