We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1c382 commit 828cbe4Copy full SHA for 828cbe4
python/config_settings/BUILD.bazel
@@ -90,7 +90,7 @@ string_flag(
90
91
rp_string_flag(
92
name = "bootstrap_impl",
93
- build_setting_default = BootstrapImplFlag.SCRIPT,
+ build_setting_default = BootstrapImplFlag.SYSTEM_PYTHON,
94
override = select({
95
# Windows doesn't yet support bootstrap=script, so force disable it
96
":_is_windows": BootstrapImplFlag.SYSTEM_PYTHON,
0 commit comments