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
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp_node')
-rwxr-xr-xtools/gyp_node1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gyp_node b/tools/gyp_node
index 5ecdf8fe907..5c4882f4f23 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)