-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Log:
RAN: /bin/cp -t /Users/ivc/kivy/.buildozer/android/platform/build/build/libs_collections/mgame/armeabi-v7a arm-unknown-linux-androideabi/.libs/libffi.so
STDOUT:
/bin/cp: illegal option -- t
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
python-for-android/pythonforandroid/recipes/libffi/__init__.py
Lines 80 to 83 in 12377fc
| shprint(sh.cp, '-t', self.ctx.get_libs_dir(arch.arch), | |
| join(self.get_host(arch), '.libs', 'libffi.so')) | |
It work again when I change it to:
shprint(sh.cp, join(self.get_host(arch), '.libs', 'libffi.so'),
self.ctx.get_libs_dir(arch.arch))Versions
- Python: 3.5
- OS: Mac 10.13.6
- Buildozer: master
- python-for-android: master
Metadata
Metadata
Assignees
Labels
No labels