mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-06 04:28:32 +00:00
Fix bad merge in build.py
This commit is contained in:
parent
f82946c4a0
commit
205b61c5d8
1 changed files with 0 additions and 4 deletions
|
|
@ -1362,10 +1362,6 @@ def setup_dml_build(args, cmake_path, build_dir, configs):
|
|||
"dml_path='{}' expected_file='{}'."
|
||||
.format(args.dml_path, file_path))
|
||||
elif not args.dml_external_project:
|
||||
raise BuildError(
|
||||
"dml_path is invalid.", "dml_path='{}' expected_file='{}'.".format(args.dml_path, file_path)
|
||||
)
|
||||
else:
|
||||
for config in configs:
|
||||
# Run the RESTORE_PACKAGES target to perform the initial
|
||||
# NuGet setup.
|
||||
|
|
|
|||
Loading…
Reference in a new issue