Skip to content

Instantly share code, notes, and snippets.

@zhm
Created March 9, 2012 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhm/2005096 to your computer and use it in GitHub Desktop.
Save zhm/2005096 to your computer and use it in GitHub Desktop.
install_name_tool -id "$(pwd)/lib/libFileGDBAPI.dylib" ./lib/libFileGDBAPI.dylib
install_name_tool -change "@rpath/libfgdbunixrtl.dylib" "$(pwd)/lib/libfgdbunixrtl.dylib" ./lib/libFileGDBAPI.dylib
install_name_tool -id "$(pwd)/lib/libfgdbunixrtl.dylib" ./lib/libfgdbunixrtl.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment