1
General / MacOSX - Linking freetype
« on: November 03, 2011, 09:47:11 pm »
I found a "hackish" way to fix this, using install_name_tool (which I never heard of)
install_name_tool -change "/opt/local/lib/libfreetype.6.dylib" "@executable_path/../Frameworks/libfreetype.6.dylib" libsfml-graphics.2.dylib
install_name_tool -change "/opt/local/lib/libfreetype.6.dylib" "@executable_path/../Frameworks/libfreetype.6.dylib" libsfml-graphics.2.dylib