Skip to content

Commit 382dadd

Browse files
committed
Enables compiled python files for non sdl2 bootstraps (webview and service_only)
Or we will not be able to use our apk because we will not have the necessary compiled files (.pyc/.pyo)
1 parent 35314fb commit 382dadd

File tree

1 file changed

+0
-3
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+0
-3
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@ def compile_dir(dfn, optimize_python=True):
249249
Compile *.py in directory `dfn` to *.pyo
250250
'''
251251

252-
if get_bootstrap_name() != "sdl2":
253-
# HISTORICALLY DISABLED for other than sdl2. NEEDS REVIEW! -JonasT
254-
return
255252
if PYTHON is None:
256253
return
257254

0 commit comments

Comments
 (0)