mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-07-31 23:32:48 -05:00
Use symlinks
This commit is contained in:
parent
d893ccf7a0
commit
9142cb090c
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user