grpc-python.patch 443 B

123456789101112
  1. diff --git third_party/py/python_configure.bzl third_party/py/python_configure.bzl
  2. --- third_party/py/python_configure.bzl
  3. +++ third_party/py/python_configure.bzl
  4. @@ -345,7 +345,7 @@ def _python_autoconf_impl(repository_ctx):
  5. repository_ctx,
  6. "_python3",
  7. _PYTHON3_BIN_PATH,
  8. - "python3",
  9. + "python3" if not _is_windows(repository_ctx) else "python.exe",
  10. _PYTHON3_LIB_PATH,
  11. False
  12. )