mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-15 07:05:48 +01:00
Log exception
This commit is contained in:
parent
27ab55f486
commit
5305acce03
1 changed files with 6 additions and 6 deletions
12
Makefile
12
Makefile
|
|
@ -45,12 +45,12 @@ test: buzz/whisper_cpp.py translation_mo
|
|||
|
||||
dist/Buzz dist/Buzz.app: buzz/whisper_cpp.py translation_mo
|
||||
pyinstaller --noconfirm Buzz.spec
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
# Add @executable_path as an rpath to the binary so it can pick up libwhisper shared library
|
||||
# https://medium.com/@donblas/fun-with-rpath-otool-and-install-name-tool-e3e41ae86172#8a52
|
||||
install_name_tool -add_rpath @executable_path/. dist/Buzz.app/Contents/Resources/whisper_cpp || true
|
||||
install_name_tool -add_rpath @executable_path/. dist/Buzz.app/Contents/MacOS/Buzz
|
||||
endif
|
||||
#ifeq ($(UNAME_S),Darwin)
|
||||
# # Add @executable_path as an rpath to the binary so it can pick up libwhisper shared library
|
||||
# # https://medium.com/@donblas/fun-with-rpath-otool-and-install-name-tool-e3e41ae86172#8a52
|
||||
# install_name_tool -add_rpath @executable_path/. dist/Buzz.app/Contents/Resources/whisper_cpp || true
|
||||
# install_name_tool -add_rpath @executable_path/. dist/Buzz.app/Contents/MacOS/Buzz
|
||||
#endif
|
||||
|
||||
version:
|
||||
poetry version ${version}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue