From 800ea89b2495c882aa31a3a85f9b024c858b03b2 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Fri, 5 Jul 2024 14:15:07 +0800 Subject: [PATCH] update --- tools/ci_build/github/apple/build_apple_framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/apple/build_apple_framework.py b/tools/ci_build/github/apple/build_apple_framework.py index 3cd7a3af70622..54e95848cccfd 100644 --- a/tools/ci_build/github/apple/build_apple_framework.py +++ b/tools/ci_build/github/apple/build_apple_framework.py @@ -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