From 760600ce6252e95466cc4ab652663d19e7720cb8 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Thu, 27 Feb 2025 15:22:27 -0800 Subject: [PATCH] Revert "Update create_frameworks.sh (#8793)" This reverts commit 954246c47158d054d10a209e9d60e6881c27fa7d. --- build/create_frameworks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/create_frameworks.sh b/build/create_frameworks.sh index 3ed2c46face..a55c4aed1e7 100755 --- a/build/create_frameworks.sh +++ b/build/create_frameworks.sh @@ -76,8 +76,8 @@ create_xcframework() { fi local dir_suffix - dir_suffix=$(echo "$dir" | tr '[:upper:]' '[:lower:]' | sed 's/\//_/g') - local merged_lib="${output}/lib${target_library_name}_${dir_suffix}.a" + dir_suffix=$(echo "$dir" | tr '[:upper:]' '[:lower:]' | sed 's/\//-/g') + local merged_lib="${output}/lib${target_library_name}-${dir_suffix}.a" # Remove the existing .a file if it exists. if [ -f "${merged_lib}" ]; then