~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-13 23:17:51 UTC
  • mfrom: (1.1.29)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20131113231751-m6uqywp5dc4s4fxo
Tags: 0.10.22~dfsg1-1
* Upstream update. 
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
705
705
else:
706
706
  gyp_args = ['-f', 'make-' + flavor]
707
707
 
708
 
subprocess.call([sys.executable, 'tools/gyp_node'] + gyp_args)
 
708
subprocess.call([sys.executable, 'tools/gyp_node.py'] + gyp_args)