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 311c166 commit a0f96deCopy full SHA for a0f96de
python/private/py_executable.bzl
@@ -398,7 +398,7 @@ def _create_executable(
398
extra_default_outputs = []
399
400
# NOTE: --build_python_zip defaults to true on Windows
401
- build_zip_enabled = read_possibly_native_flag(ctx, "build_python_zip")
+ build_zip_enabled = read_possibly_native_flag(ctx, "build_python_zip") and not is_windows
402
if is_windows:
403
# The legacy build_python_zip codepath isn't compatible with full venvs on Windows.
404
build_zip_enabled = False
0 commit comments