Browse Source

gyp: fix makefile build

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
466cbfef1b
  1. 5
      .gitignore
  2. 0
      gyp/all.gyp
  3. 2
      gyp/gyp_node

5
.gitignore

@ -14,9 +14,8 @@ node_g
gyp-mac-tool
gyp/gyp
gyp/node.Makefile
gyp/js2c.host.mk
gyp/node.target.mk
gyp/all.Makefile
gyp/all.target.mk
gyp/node_js2c.host.mk
gyp/node_js2c.target.mk
out/

0
gyp/node.gyp → gyp/all.gyp

2
gyp/gyp_node

@ -19,7 +19,7 @@ def run_gyp(args):
if __name__ == '__main__':
args = sys.argv[1:]
args.append(os.path.join(script_dir, 'node.gyp'))
args.append(os.path.join(script_dir, 'all.gyp'))
args.append('--depth=' + node_root)
args.append('-Dtarget_arch=x64')
args.append('-Dcomponent=static_library')

Loading…
Cancel
Save