We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e06b6d commit 6610a44Copy full SHA for 6610a44
1 file changed
pythonforandroid/recipes/audiostream/__init__.py
@@ -25,7 +25,7 @@ def get_recipe_env(self, arch):
25
sdl_include=sdl_include,
26
sdl_mixer_include=sdl_mixer_include)
27
env['NDKPLATFORM'] = self.ctx.ndk_platform
28
- env['LIBLINK'] = 'NOTNONE'
+ env['LIBLINK'] = 'NOTNONE' # Hacky fix. Needed by audiostream setup.py
29
return env
30
31
0 commit comments