Improve flexibility of dependencies locations on OS X

- Replaced @executable_path by @rpath for more flexibility
 - Updated freetype and sndfile libs as follow:

    install_name_tool -id "@rpath/../Frameworks/freetype.framework/Versions/A/freetype" freetype
    install_name_tool -id "@rpath/../Frameworks/sndfile.framework/Versions/A/sndfile" sndfile
This commit is contained in:
Marco Antognini 2014-10-07 10:46:05 +02:00
parent ef6391678e
commit ba1488ec97
4 changed files with 2 additions and 2 deletions