Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIgor Zinkovsky <igorzi@microsoft.com>2012-02-07 10:53:39 +0400
committerIgor Zinkovsky <igorzi@microsoft.com>2012-02-08 01:32:53 +0400
commit0a347559bf6dc2832aa9802d346f351dd9354e71 (patch)
tree2aea74d6652ad563c421d1e118ef100570fa9be4 /tools
parent7543c38dca2b4c64711f5667b82d80ffab3fd6a2 (diff)
enable x64 windows build
use "vcbuild x64" to do x64 build of node.exe
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gyp_node1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gyp_node b/tools/gyp_node
index 07da2ee4531..e66ca9a9536 100755
--- a/tools/gyp_node
+++ b/tools/gyp_node
@@ -52,7 +52,6 @@ if __name__ == '__main__':
# Tell make to write its output into the same dir
args.extend(['-Goutput_dir=' + output_dir])
- args.append('-Dtarget_arch=ia32')
args.append('-Dcomponent=static_library')
args.append('-Dlibrary=static_library')
gyp_args = list(args)