build: use proper python interpreter
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 27 Jun 2012 23:07:42 +0000 (01:07 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 27 Jun 2012 23:07:45 +0000 (01:07 +0200)
commitd5f13f6c0803e328cd588c3c402f50d7891292fb
treea6191b1662fd2616191bd63bdf2b8b3ea70956c5
parent9e72b7b65c2726ea192326261be45f4bcda6a86c
build: use proper python interpreter

Make configure start gyp with the same python interpreter that is used to
run configure itself.

Fixes an issue where configure fails with a SyntaxError because the user
has multiple python binaries on his $PATH and the default one is too old.
Makefile
configure