Skip to content

Commit

Permalink
'strip' target is only for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Sep 17, 2013
1 parent cd104ea commit fffb6d6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions nw.gypi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -461,10 +461,15 @@
}, },
], ],
'dependencies': [ 'dependencies': [
'strip',
'<(DEPTH)/chrome/chrome.gyp:chromedriver2_server', '<(DEPTH)/chrome/chrome.gyp:chromedriver2_server',
], ],

'conditions': [
['OS == "linux"', {
'dependencies': [
'strip',
],
}],
],
}, },
{ {
'target_name': 'nw', 'target_name': 'nw',
Expand Down

0 comments on commit fffb6d6

Please sign in to comment.