We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ade83 commit 69af58bCopy full SHA for 69af58b
1 file changed
scripts/package-mac-app.sh
@@ -194,7 +194,9 @@ cd "$ROOT_DIR/apps/macos"
194
echo "🔨 Building $PRODUCT ($BUILD_CONFIG) [${BUILD_ARCHS[*]}]"
195
for arch in "${BUILD_ARCHS[@]}"; do
196
BUILD_PATH="$(build_path_for_arch "$arch")"
197
+ echo "🔨 Building $PRODUCT ($BUILD_CONFIG) [$arch]"
198
swift build -c "$BUILD_CONFIG" --product "$PRODUCT" --build-path "$BUILD_PATH" --arch "$arch" -Xlinker -rpath -Xlinker @executable_path/../Frameworks
199
+ echo "🔨 Building $MLX_TTS_HELPER_PRODUCT ($BUILD_CONFIG) [$arch]"
200
swift build --package-path "$MLX_TTS_HELPER_ROOT" -c "$BUILD_CONFIG" --product "$MLX_TTS_HELPER_PRODUCT" --build-path "$(helper_build_path_for_arch "$arch")" --arch "$arch"
201
done
202
0 commit comments