mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
8 lines
214 B
Bash
8 lines
214 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# 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
|
||
|
strip -S VVVVVV
|
||
|
otool -L VVVVVV
|