Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Feb 13, 2024
1 parent 1c49005 commit c523ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ create_xcframework() {

local out_path="$ROOT_WORKSPACE/$config/$platform"
find "$ROOT_WORKSPACE" -maxdepth 5
find "$ROOT_WORKSPACE" -path "$config/$product.framework" \
find "$ROOT_WORKSPACE" -path "*/$config/$product.framework" \
| sed 's/.*/-framework &/' \
| xargs xcodebuild -create-xcframework -allow-internal-distribution -output "$out_path"
}
Expand Down

0 comments on commit c523ef6

Please sign in to comment.