diff options
author | Peter Bright <drpizza@quiscalusmexicanus.org> | 2011-08-11 02:45:56 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2011-08-11 04:52:33 +0200 |
commit | b9d777734d0db37f3f38e5996bc62e0dbf9482c0 (patch) | |
tree | cd012b26587326ae01c8ad7d51fc782478f1a6e7 /tools/gyp_node | |
parent | 74e8fa2e577c628734bd2d47357d64a6334ab0ed (diff) | |
download | nodejs-b9d777734d0db37f3f38e5996bc62e0dbf9482c0.tar.gz nodejs-b9d777734d0db37f3f38e5996bc62e0dbf9482c0.tar.bz2 nodejs-b9d777734d0db37f3f38e5996bc62e0dbf9482c0.zip |
Fix MSVS building.
Diffstat (limited to 'tools/gyp_node')
-rwxr-xr-x | tools/gyp_node | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gyp_node b/tools/gyp_node index f38aa7169..d783b1dba 100755 --- a/tools/gyp_node +++ b/tools/gyp_node @@ -42,7 +42,6 @@ if __name__ == '__main__': # Tell make to write its output into the same dir args.extend(['-Goutput_dir=' + output_dir]) - args.append('-S-nodegyp') args.append('-Dtarget_arch=ia32') args.append('-Dcomponent=static_library') args.append('-Dlibrary=static_library') |