Skip to content

Commit

Permalink
gyp: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 6, 2011
1 parent f038252 commit 4eeeb75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ node_g
/.cproject

gyp-mac-tool
build/all.Makefile
build/js2c.host.mk
build/node.target.mk
build/node_js2c.host.mk
build/node_js2c.target.mk
gyp/gyp
gyp/node.Makefile
gyp/js2c.host.mk
gyp/node.target.mk
gyp/node_js2c.host.mk
gyp/node_js2c.target.mk
out/
Makefile
2 changes: 1 addition & 1 deletion build/gyp_node → gyp/gyp_node
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ if __name__ == '__main__':
args.append('--depth=' + node_root)
args.append('-Dtarget_arch=x64')
args.append('-Dcomponent=static_library')
args.append('-Dlibrary_library')
args.append('-Dlibrary=static_library')
gyp_args = list(args)
run_gyp(gyp_args)
File renamed without changes.

0 comments on commit 4eeeb75

Please sign in to comment.