linux: Add strip binary action.
This commit is contained in:
parent
de21a164ea
commit
b8e75df8f0
1 changed files with 15 additions and 0 deletions
15
atom.gyp
15
atom.gyp
|
@ -544,6 +544,21 @@
|
|||
'--jobs=16',
|
||||
],
|
||||
},
|
||||
{
|
||||
'action_name': 'Strip Binary',
|
||||
'inputs': [
|
||||
'<(PRODUCT_DIR)/libchromiumcontent.so',
|
||||
'<(PRODUCT_DIR)/libffmpegsumo.so',
|
||||
'<(PRODUCT_DIR)/<(project_name)',
|
||||
],
|
||||
'outputs': [
|
||||
'<(PRODUCT_DIR)/dummy_file',
|
||||
],
|
||||
'action': [
|
||||
'strip',
|
||||
'<@(_inputs)'
|
||||
],
|
||||
},
|
||||
],
|
||||
}], # OS=="linux"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue