Remove SDL2_mixer line from fixupMac.sh

This commit is contained in:
Ethan Lee 2022-03-29 02:27:15 -04:00
parent 400763b7d7
commit 8980b2e546
1 changed files with 0 additions and 1 deletions

View File

@ -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