mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
[build] fix nuget linux in build_protoc_for_host() (#15472)
### Description fix nuget linux in build_protoc_for_host()
This commit is contained in:
parent
8cd5f3ad9c
commit
041a0e2747
1 changed files with 1 additions and 1 deletions
|
|
@ -2183,7 +2183,7 @@ def build_protoc_for_host(cmake_path, source_dir, build_dir, args):
|
|||
return None
|
||||
run_subprocess(
|
||||
[
|
||||
"nuget.exe",
|
||||
"nuget.exe" if is_windows() else "nuget",
|
||||
"restore",
|
||||
os.path.join(source_dir, "packages.config"),
|
||||
"-ConfigFile",
|
||||
|
|
|
|||
Loading…
Reference in a new issue