Skip to content

Commit ae39c40

Browse files
authored
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. https://github.com/microsoft/onnxruntime/blob/d8e64bb529c1d0f18efd47710d179205c96ffbca/cmake/CMakeLists.txt#L1712-L1717
1 parent d495e6c commit ae39c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python3 $(Build.SourcesDirectory)/tools/ci_build/build.py \
5454
--skip_submodule_sync \
5555
--build_dir $(Build.BinariesDirectory)/iOS \
56-
--build_shared \
56+
--build_shared_lib \
5757
--use_coreml \
5858
--use_xnnpack \
5959
--ios \

0 commit comments

Comments
 (0)