(self, arch)
| 170 | ) |
| 171 | |
| 172 | def install_stl_lib(self, arch): |
| 173 | if not self.ctx.has_lib( |
| 174 | arch.arch, 'lib{name}.so'.format(name=self.stl_lib_name) |
| 175 | ): |
| 176 | self.install_libs(arch, self.get_stl_library(arch)) |
| 177 | |
| 178 | @property |
| 179 | def version(self): |