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 cb5fa46 commit 4029a80
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 @@ -285,7 +285,7 @@ create_xcframework() {
local config="$2"
local platform="$3"

local out_path="$ROOT_WORKSPACE/$config/$platform"
local out_path="$ROOT_WORKSPACE/$config/$platform/$product.xcframework"
find "$ROOT_WORKSPACE" -maxdepth 5
find "$ROOT_WORKSPACE" -path "*/$config*/$product.framework" \
| sed 's/.*/-framework &/' \
Expand Down

0 comments on commit 4029a80

Please sign in to comment.