diff --git a/Makefile b/Makefile index ccb5fb30..d8c7114d 100644 --- a/Makefile +++ b/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}