Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
gyp: fix makefile build
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 6, 2011
1 parent 7a38b63 commit 466cbfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion gyp/gyp_node
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 466cbfe

Please sign in to comment.