We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cd3ac8 + d3d742e commit 18131b7Copy full SHA for 18131b7
1 file changed
pythonforandroid/recipes/protobuf_cpp/__init__.py
@@ -93,6 +93,8 @@ def build_arch(self, arch):
93
with current_directory(join(self.get_build_dir(arch.arch), 'src')):
94
shprint(sh.make, 'libprotobuf.la', '-j'+str(cpu_count()), _env=env)
95
96
+ self.install_python_package(arch)
97
+
98
def build_compiled_components(self, arch):
99
# Build python bindings and _message.so
100
env = self.get_recipe_env(arch)
0 commit comments