Skip to content

Commit

Permalink
fix missing libggml-*.dylibs (new) on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 25, 2025
1 parent 5a91ff9 commit 5646288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-shotcut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ function deploy_mac

# whisper.cpp
cmd cp -p "$FINAL_INSTALL_DIR"/lib/libwhisper.1.dylib Frameworks
cmd cp -p "$FINAL_INSTALL_DIR"/lib/libggml.dylib Frameworks
cmd cp -p "$FINAL_INSTALL_DIR"/lib/libggml*.dylib Frameworks
fixlibs MacOS/whisper-cli
log fixing rpath of executable "whisper-cli"
cmd install_name_tool -delete_rpath "$SOURCE_DIR"/whisper.cpp/build/src MacOS/whisper-cli 2> /dev/null
Expand Down

0 comments on commit 5646288

Please sign in to comment.