Skip to content

Commit b711b47

Browse files
committed
fix test to use sdl2
1 parent fcf2251 commit b711b47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pythonforandroid/recipes/openssl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class OpenSSLRecipe(Recipe):
4747
version = '1.1'
4848
'''the major minor version used to link our recipes'''
4949

50-
url_version = '1.1.1e'
50+
url_version = '1.1.1'
5151
'''the version used to download our libraries'''
5252

5353
url = 'https://www.openssl.org/source/openssl-{url_version}.tar.gz'

testapps/on_device_unit_tests/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'ndk-api': 21,
4545
'dist-name': 'bdist_unit_tests_app',
4646
'arch': 'armeabi-v7a',
47+
'bootstrap' : 'sdl2',
4748
'permissions': ['INTERNET', 'VIBRATE'],
4849
'orientation': 'sensor',
4950
'service': 'P4a_test_service:app_service.py',

0 commit comments

Comments
 (0)