We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a14735 commit 8c931edCopy full SHA for 8c931ed
pythonforandroid/recipes/grpcio/__init__.py
@@ -26,6 +26,7 @@ def get_recipe_env(self, arch, **kwargs):
26
env["CFLAGS"] += " -Wno-reserved-user-defined-literal"
27
env["PLATFORM"] = "android"
28
env["LDFLAGS"] += " -llog -landroid"
29
+ env["LDFLAGS"] += openssl_recipe.link_flags(arch)
30
return env
31
32
0 commit comments