Skip to content

Commit 18131b7

Browse files
authored
Merge pull request #2050 from goffi-contrib/protobuff_cpp_python_fix
[protobuf_cpp] fixed python binding installation
2 parents 4cd3ac8 + d3d742e commit 18131b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipes/protobuf_cpp/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def build_arch(self, arch):
9393
with current_directory(join(self.get_build_dir(arch.arch), 'src')):
9494
shprint(sh.make, 'libprotobuf.la', '-j'+str(cpu_count()), _env=env)
9595

96+
self.install_python_package(arch)
97+
9698
def build_compiled_components(self, arch):
9799
# Build python bindings and _message.so
98100
env = self.get_recipe_env(arch)

0 commit comments

Comments
 (0)