summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorIgor Zinkovsky <igorzi@microsoft.com>2012-02-06 22:53:39 -0800
committerIgor Zinkovsky <igorzi@microsoft.com>2012-02-07 13:32:53 -0800
commit0a347559bf6dc2832aa9802d346f351dd9354e71 (patch)
tree2aea74d6652ad563c421d1e118ef100570fa9be4 /node.gyp
parent7543c38dca2b4c64711f5667b82d80ffab3fd6a2 (diff)
downloadnode-0a347559bf6dc2832aa9802d346f351dd9354e71.tar.gz
enable x64 windows build
use "vcbuild x64" to do x64 build of node.exe
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index f9bc8ca23..75cf4f20c 100644
--- a/node.gyp
+++ b/node.gyp
@@ -4,7 +4,6 @@
# Turn off -Werror in V8
# See http://codereview.chromium.org/8159015
'werror': '',
- 'target_arch': 'ia32',
'node_use_dtrace': 'false',
'node_use_openssl%': 'true',
'node_use_system_openssl%': 'false',