We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fa38a2 + 69a8d09 commit c092f96Copy full SHA for c092f96
1 file changed
pythonforandroid/build.py
@@ -838,6 +838,5 @@ def copylibs_function(soname, objs_paths, extra_link_dirs=[], env=None):
838
'\n\t'.join(needed_libs))
839
840
print('Copying libraries')
841
- cp = sh.cp.bake('-t', dest)
842
for lib in sofiles:
843
- shprint(cp, lib)
+ shprint(sh.cp, lib, dest)
0 commit comments