(self, *flag_strings)
| 1416 | Useful for Meson projects written purely in C/C++ without Python bindings.''' |
| 1417 | |
| 1418 | def sanitize_flags(self, *flag_strings): |
| 1419 | return " ".join(flag_strings).strip().split(" ") |
| 1420 | |
| 1421 | def get_wrapper_dir(self, arch): |
| 1422 | return join(self.get_build_dir(arch.arch), "p4a_wrappers") |
no outgoing calls
no test coverage detected