Skip to content

Commit

Permalink
full ios
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Jul 5, 2024
1 parent f712135 commit 6dfaa3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci_build/github/apple/build_apple_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _build_for_apple_sysroot(
framework_dir = os.path.join(
build_dir_current_arch,
build_config,
((build_config + "-" + sysroot) if sysroot != "macosx" else build_config),
((build_config + "-" + sysroot) if sysroot != "macabi" else build_config),
(
"onnxruntime.framework"
if build_dynamic_framework
Expand Down
2 changes: 1 addition & 1 deletion tools/ci_build/github/azure-pipelines/post-merge-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ stages:
python tools/ci_build/github/apple/build_apple_framework.py \
--build_dir "$(Build.BinariesDirectory)/ios_framework" \
--build_dynamic_framework \
tools/ci_build/github/apple/default_full_apple_framework_build_settings.json
tools/ci_build/github/apple/default_full_ios_framework_build_settings.json
displayName: "Build iOS dynamic framework"
- script: |
Expand Down

0 comments on commit 6dfaa3e

Please sign in to comment.