We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e180ee commit b3e7676Copy full SHA for b3e7676
pythonforandroid/python.py
@@ -443,7 +443,7 @@ def build_arch(self, arch):
443
# after this the file with default options is already named "Setup"
444
setup_dist_location = join('Modules', 'Setup.dist')
445
if exists(setup_dist_location):
446
- shprint(sh.cp, join('Modules', 'Setup.dist'),
+ shprint(sh.cp, setup_dist_location,
447
join(build_dir, 'Modules', 'Setup'))
448
else:
449
# Check the expected file does exist
0 commit comments