From c90697de0269af8f6257fce9412885e0e637b7d1 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Thu, 27 Feb 2025 13:58:32 -0800 Subject: [PATCH] Update create_frameworks.sh --- 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 a55c4aed1e7..3ed2c46face 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