8000
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.
2 parents 6d19a6d + 4a4ca8d commit 924d00bCopy full SHA for 924d00b
pythonforandroid/bootstraps/sdl2/__init__.py
@@ -111,6 +111,9 @@ def run_distribute(self):
111
shprint(sh.mv, filen, filen.split('.')[0] + '.so')
112
site_packages_dir = join(abspath(curdir),
113
site_packages_dir)
114
+ if 'sqlite3' not in self.ctx.recipe_build_order:
115
+ with open('blacklist.txt', 'a') as fileh:
116
+ fileh.write('\nsqlite3/*\nlib-dynload/_sqlite3.so\n')
117
118
119
self.strip_libraries(arch)
pythonforandroid/bootstraps/sdl2/build/blacklist.txt
@@ -81,10 +81,3 @@ lib-dynload/_testcapi.so
81
82
# odd files
83
plat-linux3/regen
84
-
85
-#>sqlite3
86
-# conditionnal include depending if some recipes are included or not.
87
-sqlite3/*
88
-lib-dynload/_sqlite3.so
89
-#<sqlite3
90
0 commit comments