fix python detection on windows (#30302)
This commit is contained in:
parent
83825a889f
commit
1b8f7b1c79
|
|
@ -345,7 +345,7 @@ def _python_autoconf_impl(repository_ctx):
|
|||
repository_ctx,
|
||||
"_python3",
|
||||
_PYTHON3_BIN_PATH,
|
||||
"python3",
|
||||
"python3" if not _is_windows(repository_ctx) else "python.exe",
|
||||
_PYTHON3_LIB_PATH,
|
||||
False
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue