From 5305acce03e1db284f3fafff44710fc2a0f34de2 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Fri, 27 Jan 2023 23:39:27 +0000 Subject: [PATCH] Log exception --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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}