mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
fix typo in iOS pipeline (#22067)
### Description
<!-- Describe your changes. -->
### Motivation and Context
The parameter isn't correct.
Maybe it hasn't negative impact by chance so far.
d8e64bb529/cmake/CMakeLists.txt (L1712-L1717)
This commit is contained in:
parent
d495e6cf1c
commit
ae39c40e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
python3 $(Build.SourcesDirectory)/tools/ci_build/build.py \
|
||||
--skip_submodule_sync \
|
||||
--build_dir $(Build.BinariesDirectory)/iOS \
|
||||
--build_shared \
|
||||
--build_shared_lib \
|
||||
--use_coreml \
|
||||
--use_xnnpack \
|
||||
--ios \
|
||||
|
|
|
|||
Loading…
Reference in a new issue