Skip to content

Commit

Permalink
Added my quick script to fixup Mac dylib paths
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Sep 1, 2021
1 parent 514d56e commit d501a62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions desktop_version/fixupMac.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/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
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

0 comments on commit d501a62

Please sign in to comment.