Skip to content

Commit

Permalink
Fix -lss, lcrypto linking bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kengoon committed Jun 7, 2024
1 parent 3a14735 commit 8c931ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythonforandroid/recipes/grpcio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def get_recipe_env(self, arch, **kwargs):
env["CFLAGS"] += " -Wno-reserved-user-defined-literal"
env["PLATFORM"] = "android"
env["LDFLAGS"] += " -llog -landroid"
env["LDFLAGS"] += openssl_recipe.link_flags(arch)
return env


Expand Down

0 comments on commit 8c931ed

Please sign in to comment.