File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ A brief description of the categories of changes:
60
60
in extra_requires in py_wheel rule.
61
61
* (rules) Prevent pytest from trying run the generated stage2
62
62
bootstrap .py file when using {obj}` --bootstrap_impl=script `
63
+ * (toolchain) The {bzl: obj }` gen_python_config_settings ` has been fixed to include
64
+ the flag_values from the platform definitions.
63
65
64
66
65
67
### Added
Original file line number Diff line number Diff line change @@ -722,5 +722,6 @@ def gen_python_config_settings(name = ""):
722
722
for platform in PLATFORMS .keys ():
723
723
native .config_setting (
724
724
name = "{name}{platform}" .format (name = name , platform = platform ),
725
+ flag_values = PLATFORMS [platform ].flag_values ,
725
726
constraint_values = PLATFORMS [platform ].compatible_with ,
726
727
)
You can’t perform that action at this time.
0 commit comments