Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Jul 5, 2024
1 parent 7ac1677 commit 800ea89
Showing 1 changed file with 1 addition and 1 deletion.
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,
build_config + "-" + sysroot if sysroot != "macabi" else build_config,
(
"onnxruntime.framework"
if build_dynamic_framework
Expand Down

0 comments on commit 800ea89

Please sign in to comment.