aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2017-04-11 10:34:09 -0700
committerGravatar GitHub <noreply@github.com>2017-04-11 10:34:09 -0700
commitf883021bbd4e0cc75fc5afe0af8982ba1768e548 (patch)
treeb4474873592526387c9db68edb35221e0e6273af /templates
parente3683cadd3a22d138e97c68af84a1680f80b8a4a (diff)
parent025f110ed26afe600c10a4af9648bd6933174168 (diff)
Merge pull request #10556 from murgatroid99/node_windows_warning_fix
Fix Windows warning in binding.gyp for Win10 console
Diffstat (limited to 'templates')
-rw-r--r--templates/binding.gyp.template5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/binding.gyp.template b/templates/binding.gyp.template
index aeeb56b9a6..55a91c5b93 100644
--- a/templates/binding.gyp.template
+++ b/templates/binding.gyp.template
@@ -217,9 +217,10 @@
# the OpenSSL headers, from the downloaded Node development package,
# which is typically located in `.node-gyp` in your home directory.
'target_name': 'WINDOWS_BUILD_WARNING',
- 'actions': [
+ 'rules': [
{
- 'action_name': 'WINDOWS_BUILD_WARNING',
+ 'rule_name': 'WINDOWS_BUILD_WARNING',
+ 'extension': 'S',
'inputs': [
'package.json'
],