From 25ca42a31edfe516f94ed4fa40ab837ab17afef7 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 24 Apr 2023 09:08:05 -0700 Subject: [PATCH] Fix #143: correct typo in install_name_tool cmd in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eadb17..c1f2a08 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ bundledeps_macos: bundledeps_macos_highsierra: mkdir ./Supersonic.app/Contents/Frameworks cp -R res/libs/mac_x64/mpv/* ./Supersonic.app/Contents/Frameworks - install_name_tool -change "/usr/local/opt/mpv/lib/libmpv.2.dll" "@executable_path/../Frameworks/libmpv.2.dylib" "./Supersonic.app/Contents/MacOS/supersonic" + install_name_tool -change "/usr/local/opt/mpv/lib/libmpv.2.dylib" "@executable_path/../Frameworks/libmpv.2.dylib" "./Supersonic.app/Contents/MacOS/supersonic" zip_macos: zip --symlinks -r Supersonic.zip Supersonic.app/