aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-06-30 17:55:16 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-06-30 17:55:16 -0700
commit522b93cdb1a4cc6b6ee812a05d43018d5f0023d0 (patch)
tree14684536d0d9d232e6e6eabda8580c71742f4d0a /src/node
parent3e57357aff574e54aaeeaae98c3e5aac41b50e63 (diff)
Added missing comma in binding.gyp.
Diffstat (limited to 'src/node')
-rw-r--r--src/node/binding.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/binding.gyp b/src/node/binding.gyp
index 83f72fabca..259c0b5de4 100644
--- a/src/node/binding.gyp
+++ b/src/node/binding.gyp
@@ -10,7 +10,7 @@
'-pthread',
'-pedantic',
'-g',
- '-zdefs'
+ '-zdefs',
'-Werror'
],
'ldflags': [