Skip to content

Commit 6610a44

Browse files
committed
Added comment for future reference
1 parent 6e06b6d commit 6610a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/audiostream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_recipe_env(self, arch):
2525
sdl_include=sdl_include,
2626
sdl_mixer_include=sdl_mixer_include)
2727
env['NDKPLATFORM'] = self.ctx.ndk_platform
28-
env['LIBLINK'] = 'NOTNONE'
28+
env['LIBLINK'] = 'NOTNONE' # Hacky fix. Needed by audiostream setup.py
2929
return env
3030

3131

0 commit comments

Comments
 (0)