summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2012-01-06 16:20:45 -0800
committerRyan Dahl <ry@tinyclouds.org>2012-01-06 16:26:16 -0800
commitbca88b2dc120879c8e427db8bbc16a3f104e4cb4 (patch)
tree5f60d7aa6405596518c42b763666a3757d9a70fb /node.gyp
parentbe67fa7e095d47806983e126ef45639c7d9a2867 (diff)
downloadnode-bca88b2dc120879c8e427db8bbc16a3f104e4cb4.tar.gz
support nosnapshot in vcbuild.bat
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index abc83c51b..f9bc8ca23 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1,6 +1,6 @@
{
'variables': {
- 'v8_use_snapshot': 'true',
+ 'v8_use_snapshot%': 'true',
# Turn off -Werror in V8
# See http://codereview.chromium.org/8159015
'werror': '',