mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 01:29:43 +01:00
Remove SDL2_mixer line from fixupMac.sh
This commit is contained in:
parent
400763b7d7
commit
8980b2e546
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue