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:
Yi Zhang 2024-09-12 19:07:42 +08:00 committed by GitHub
parent d495e6cf1c
commit ae39c40e5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \