Skip to content

Commit

Permalink
Using C:\cibw as base folder for PyPy installation (cfr. pypa#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Nov 10, 2019
1 parent d246723 commit b826dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_python_path(config):
elif config.identifier.startswith('pp'):
# Inside the PyPy zip file is a directory with the same name
filename = config.url.rsplit('/', 1)[-1]
return os.path.join("C:\\PyPy", os.path.splitext(filename)[0])
return os.path.join("C:\\cibw", os.path.splitext(filename)[0])


def get_nuget_args(configuration):
Expand Down

0 comments on commit b826dcf

Please sign in to comment.