Skip to content

Commit fffb6d6

Browse files
committed
'strip' target is only for Linux
1 parent cd104ea commit fffb6d6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

nw.gypi

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,15 @@
461461
},
462462
],
463463
'dependencies': [
464-
'strip',
465464
'<(DEPTH)/chrome/chrome.gyp:chromedriver2_server',
466465
],
467-
466+
'conditions': [
467+
['OS == "linux"', {
468+
'dependencies': [
469+
'strip',
470+
],
471+
}],
472+
],
468473
},
469474
{
470475
'target_name': 'nw',

0 commit comments

Comments
 (0)