Skip to content

Commit d3d742e

Browse files
committed
[protobuf_cpp] fixed python binding installation
1 parent 4cd3ac8 commit d3d742e

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)