Skip to content

Commit 49b2c69

Browse files
committed
squash! Address reviewer feedback: remove extra indentation around static xcframework creation.
Fix whitespaces.
1 parent 4d364e7 commit 49b2c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-xcframework.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ combine_static_libraries() {
328328
arch_flags+=" -arch $arch"
329329
done
330330

331-
331+
332332
if [[ "${BUILD_STATIC_XCFRAMEWORK}" == "ON" ]]; then
333333
echo "Packaging static framework for ${platform}."
334334
mkdir -p "$(dirname "${base_dir}/${output_lib}")"
@@ -551,7 +551,7 @@ if [[ "${BUILD_STATIC_XCFRAMEWORK}" == "ON" ]]; then
551551
-framework $(pwd)/build-tvos-sim/framework/whisper.framework \
552552
-output $(pwd)/build-apple/whisper.xcframework
553553
exit 0
554-
fi
554+
fi
555555

556556
xcodebuild -create-xcframework \
557557
-framework $(pwd)/build-ios-sim/framework/whisper.framework \

0 commit comments

Comments
 (0)