Skip to content

Commit 8c931ed

Browse files
authored
Fix -lss, lcrypto linking bug
1 parent 3a14735 commit 8c931ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/grpcio/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def get_recipe_env(self, arch, **kwargs):
2626
env["CFLAGS"] += " -Wno-reserved-user-defined-literal"
2727
env["PLATFORM"] = "android"
2828
env["LDFLAGS"] += " -llog -landroid"
29+
env["LDFLAGS"] += openssl_recipe.link_flags(arch)
2930
return env
3031

3132

0 commit comments

Comments
 (0)