Skip to content

Commit

Permalink
Fix: combine-static-libs.sh in macos universal
Browse files Browse the repository at this point in the history
  • Loading branch information
MinGyuJung1996 committed Jan 3, 2025
1 parent 8c1e028 commit 7f80a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linux/combine-static-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if [[ "${has_universal}" == "true" ]]; then
archives+=("$REPLY")
done < <(find "$(pwd)/${archs_temp_dir}/${arch}" -iname '*.a' -print0)

combine_static_libs "$arch_output" "$archives"
combine_static_libs "$arch_output" "${archives[@]}"
done

# Finally, combine the single-architecture archives into a universal binary.
Expand Down

0 comments on commit 7f80a4e

Please sign in to comment.