Skip to content

Commit 3e84b97

Browse files
committed
Correct site packages name for protobuf_cpp
1 parent f77973f commit 3e84b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/protobuf_cpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ProtobufCppRecipe(PythonRecipe):
1515
url = 'https://github.com/google/protobuf/releases/download/v{version}/protobuf-python-{version}.tar.gz'
1616
call_hostpython_via_targetpython = False
1717
depends = ['cffi', 'setuptools']
18-
18+
site_packages_name = 'google/protobuf/pyext'
1919

2020
def build_arch(self, arch):
2121
env = self.get_recipe_env(arch)

0 commit comments

Comments
 (0)