From ae39c40e5b65874735cd07aca692287aa1cf1b62 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 12 Sep 2024 19:07:42 +0800 Subject: [PATCH] fix typo in iOS pipeline (#22067) ### Description ### 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 --- tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml index 48d48156fe..74211bc5db 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-ci-pipeline.yml @@ -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 \