Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-11-20 20:28:28 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-11-21 01:47:45 +0400
commit1e738c5ef2cb5a1bf5794bb044114991e057d5e6 (patch)
tree396f3bd260d86ab353056a9365e0a76a69b6c9a0 /common.gypi
parent815a181d03641573a92441d31764f53b0f6e778e (diff)
build: make python executable configurable
Upstreamed in https://codereview.chromium.org/11418101/ Fixes #4287.
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index 8bb62125882..4bca61a2561 100644
--- a/common.gypi
+++ b/common.gypi
@@ -9,6 +9,7 @@
'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way
'gcc_version%': 'unknown',
'clang%': 0,
+ 'python%': 'python',
# Turn on optimizations that may trigger compiler bugs.
# Use at your own risk. Do *NOT* report bugs if this option is enabled.