8000 Enables compiled python files for non sdl2 bootstraps (webview and se… · kivy/python-for-android@6d8800d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d8800d

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 2b03069 commit 6d8800d

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
@@ -250,9 +250,6 @@ def compile_dir(dfn, optimize_python=True):
250250
Compile *.py in directory `dfn` to *.pyo
251251
'''
252252

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

0 commit comments

Comments
 (0)
0