We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Log:
python-for-android/pythonforandroid/recipes/libffi/__init__.py
Lines 80 to 83 in 12377fc
It work again when I change it to:
Versions
The text was updated successfully, but these errors were encountered: