Skip to content

Commit

Permalink
fix typo in iOS pipeline (#22067)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
The parameter isn't correct.
Maybe it hasn't negative impact by chance so far.

https://github.com/microsoft/onnxruntime/blob/d8e64bb529c1d0f18efd47710d179205c96ffbca/cmake/CMakeLists.txt#L1712-L1717
  • Loading branch information
mszhanyi authored Sep 12, 2024
1 parent d495e6c commit ae39c40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ae39c40

Please sign in to comment.