Skip to content

Commit f439d78

Browse files
authored
Revert "Update create_frameworks.sh" (#8799)
Revert "Update create_frameworks.sh (#8793)" This reverts commit 954246c.
1 parent 9a069c8 commit f439d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/create_frameworks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ create_xcframework() {
7676
fi
7777

7878
local dir_suffix
79-
dir_suffix=$(echo "$dir" | tr '[:upper:]' '[:lower:]' | sed 's/\//_/g')
80-
local merged_lib="${output}/lib${target_library_name}_${dir_suffix}.a"
79+
dir_suffix=$(echo "$dir" | tr '[:upper:]' '[:lower:]' | sed 's/\//-/g')
80+
local merged_lib="${output}/lib${target_library_name}-${dir_suffix}.a"
8181

8282
# Remove the existing .a file if it exists.
8383
if [ -f "${merged_lib}" ]; then

0 commit comments

Comments
 (0)