Skip to content

Commit 828cbe4

Browse files
committed
revert: change default bootstrap back to system_python
1 parent cb1c382 commit 828cbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/config_settings/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ string_flag(
9090

9191
rp_string_flag(
9292
name = "bootstrap_impl",
93-
build_setting_default = BootstrapImplFlag.SCRIPT,
93+
build_setting_default = BootstrapImplFlag.SYSTEM_PYTHON,
9494
override = select({
9595
# Windows doesn't yet support bootstrap=script, so force disable it
9696
":_is_windows": BootstrapImplFlag.SYSTEM_PYTHON,

0 commit comments

Comments
 (0)