From 8980b2e546f6342cbcbd85016ac7f7f378160d7b Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Tue, 29 Mar 2022 02:27:15 -0400 Subject: [PATCH] Remove SDL2_mixer line from fixupMac.sh --- desktop_version/fixupMac.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop_version/fixupMac.sh b/desktop_version/fixupMac.sh index 8effd4f3..d84a10e0 100755 --- a/desktop_version/fixupMac.sh +++ b/desktop_version/fixupMac.sh @@ -3,6 +3,5 @@ # flibit has this solely for convenience when cleaning up Mac binaries. install_name_tool -change /usr/local/lib/libSDL2-2.0.0.dylib @rpath/libSDL2-2.0.0.dylib VVVVVV -install_name_tool -change /usr/local/lib/libSDL2_mixer-2.0.0.dylib @rpath/libSDL2_mixer-2.0.0.dylib VVVVVV strip -S VVVVVV otool -L VVVVVV