Navigation Menu

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

Commit

Permalink
Don't print args from gyp_node
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 15, 2011
1 parent 2240486 commit de5ba2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/gyp_node
Expand Up @@ -56,5 +56,4 @@ if __name__ == '__main__':
args.append('-Dcomponent=static_library')
args.append('-Dlibrary=static_library')
gyp_args = list(args)
print gyp_args
run_gyp(gyp_args)

0 comments on commit de5ba2d

Please sign in to comment.