MCPcopy Create free account
hub / github.com/kivy/python-for-android / sanitize_flags

Method sanitize_flags

pythonforandroid/recipe.py:1418–1419  ·  view source on GitHub ↗
(self, *flag_strings)

Source from the content-addressed store, hash-verified

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")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected