(self, arch, *libs)
| 677 | shprint(sh.cp, *args) |
| 678 | |
| 679 | def has_libs(self, arch, *libs): |
| 680 | return all(map(lambda lib: self.ctx.has_lib(arch.arch, lib), libs)) |
| 681 | |
| 682 | def get_libraries(self, arch_name, in_context=False): |
| 683 | """Return the full path of the library depending on the architecture. |