diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-11-20 17:28:28 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-11-20 22:47:45 +0100 |
commit | 1e738c5ef2cb5a1bf5794bb044114991e057d5e6 (patch) | |
tree | 396f3bd260d86ab353056a9365e0a76a69b6c9a0 /deps/v8/build/common.gypi | |
parent | 815a181d03641573a92441d31764f53b0f6e778e (diff) | |
download | node-new-1e738c5ef2cb5a1bf5794bb044114991e057d5e6.tar.gz |
build: make python executable configurable
Upstreamed in https://codereview.chromium.org/11418101/
Fixes #4287.
Diffstat (limited to 'deps/v8/build/common.gypi')
-rw-r--r-- | deps/v8/build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 7997c54d3c..426d625675 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -103,6 +103,9 @@ # Interpreted regexp engine exists as platform-independent alternative # based where the regular expression is compiled to a bytecode. 'v8_interpreted_regexp%': 0, + + # Name of the python executable. + 'python%': 'python', }, 'target_defaults': { 'conditions': [ |