Commit Graph
1 Commits
Author SHA1 Message Date
krypt-n 6af2e4a4d9 fix: use python2_binary helper to select python2 executable for libuv build scripts
Add a python2_binary() function that returns the current interpreter if
running Python 2, otherwise falls back to "python2". Replace hardcoded
"python" invocations in build_libuv_mac and build_libuv_linux with calls
to this helper, fixing builds on systems where python defaults to Python 3.
2015-09-13 20:03:09 +00:00