mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
![]() * lib: print Python executable path using UTF-8 The Python executable path may have non-ASCII characters, which can make the print function fail if the environment encoding is different. This fixes this issue by using stdout.buffer, which can be used with UTF-8 encoding for the output, regardless of the environment encoding. Fixes: https://github.com/nodejs/node-gyp/issues/2829 * fixup! lib: print Python executable path using UTF-8 |
||
---|---|---|
.. | ||
build.js | ||
clean.js | ||
configure.js | ||
create-config-gypi.js | ||
download.js | ||
find-node-directory.js | ||
find-python.js | ||
Find-VisualStudio.cs | ||
find-visualstudio.js | ||
install.js | ||
list.js | ||
log.js | ||
node-gyp.js | ||
process-release.js | ||
rebuild.js | ||
remove.js | ||
util.js |