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 f77973f commit 3e84b97Copy full SHA for 3e84b97
pythonforandroid/recipes/protobuf_cpp/__init__.py
@@ -15,7 +15,7 @@ class ProtobufCppRecipe(PythonRecipe):
15
url = 'https://github.com/google/protobuf/releases/download/v{version}/protobuf-python-{version}.tar.gz'
16
call_hostpython_via_targetpython = False
17
depends = ['cffi', 'setuptools']
18
-
+ site_packages_name = 'google/protobuf/pyext'
19
20
def build_arch(self, arch):
21
env = self.get_recipe_env(arch)
0 commit comments