I don't think fix_framework_link_command is needed anymore.

tool -L says Squirrel (and its dependencies) already use @rpath

```
@rpath/Squirrel.framework/Squirrel (compatibility version 1.0.0, current version 1.0.0)
@rpath/ReactiveCocoa.framework/ReactiveCocoa (compatibility version 1.0.0, current version 1.0.0)
@rpath/Mantle.framework/Mantle (compatibility version 1.0.0, current version 1.0.0)
```
This commit is contained in:
probablycorey 2014-01-20 16:29:34 -08:00
parent a6c92f20c8
commit 7cf040e7ca

View file

@ -198,14 +198,6 @@
],
}], # OS=="win"
],
'fix_framework_link_command': [
# TODO: I have no idea if this is needed for Squirrel
# 'install_name_tool',
# '-change',
# '@loader_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle',
# '@rpath/Sparkle.framework/Versions/A/Sparkle',
# '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
],
'atom_source_root': '<!(python tools/atom_source_root.py)',
},
'target_defaults': {
@ -277,12 +269,6 @@
},
],
'postbuilds': [
{
'postbuild_name': 'Fix Framework Link',
'action': [
'<@(fix_framework_link_command)',
],
},
{
# This postbuid step is responsible for creating the following
# helpers:
@ -536,12 +522,6 @@
},
],
'postbuilds': [
{
'postbuild_name': 'Fix Framework Link',
'action': [
'<@(fix_framework_link_command)',
],
},
{
'postbuild_name': 'Add symlinks for framework subdirectories',
'action': [
@ -573,14 +553,6 @@
'@executable_path/../../..',
],
},
'postbuilds': [
{
'postbuild_name': 'Fix Framework Link',
'action': [
'<@(fix_framework_link_command)',
],
},
],
}, # target helper
],
}], # OS==Mac