Use symlinks

This commit is contained in:
Lorenzooone 2024-06-27 03:08:46 +02:00
parent d893ccf7a0
commit 9142cb090c

View File

@ -1,5 +1,5 @@
framework_change_pos() {
install_name_tool -change @rpath/../Frameworks/${2}.framework/Versions/A/${2} @executable_path/../Frameworks/${2}.framework/Versions/A/${2} ${1}
install_name_tool -change @rpath/../Frameworks/${2}.framework/Versions/A/${2} @executable_path/../Frameworks/${2}.framework/${2} ${1}
}
framework_change_pos ${1} 'freetype'