From 4029a80cd663a40ace3e50cbcbc9f234916d0801 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 12 Feb 2024 18:49:04 -0800 Subject: [PATCH] tmp --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ff9911fd19..4001c630ee 100755 --- a/build.sh +++ b/build.sh @@ -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 &/' \