uncommented condition

This commit is contained in:
AlyonaSviridenko 2021-04-08 16:10:38 +03:00
parent 42c2a27b63
commit 63259a14e3
2 changed files with 5 additions and 5 deletions

View file

@ -28,9 +28,9 @@ export async function findPyPyVersion(
const pypyVersionSpec = parsePyPyVersion(versionSpec);
// PyPy only precompiles binaries for x86, but the architecture parameter defaults to x64.
/*if (IS_WINDOWS && architecture === 'x64') {
if (IS_WINDOWS && architecture === 'x64') {
architecture = 'x86';
}*/
}
({installDir, resolvedPythonVersion, resolvedPyPyVersion} = findPyPyToolCache(
pypyVersionSpec.pythonVersion,