We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b03069 commit 6d8800dCopy full SHA for 6d8800d
1 file changed
pythonforandroid/bootstraps/common/build/build.py
@@ -250,9 +250,6 @@ def compile_dir(dfn, optimize_python=True):
250
Compile *.py in directory `dfn` to *.pyo
251
'''
252
253
- if get_bootstrap_name() != "sdl2":
254
- # HISTORICALLY DISABLED for other than sdl2. NEEDS REVIEW! -JonasT
255
- return
256
if PYTHON is None:
257
return
258
0 commit comments