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

Method clang_exe_cxx

pythonforandroid/archs.py:88–91  ·  view source on GitHub ↗

Full path of the clang++ compiler depending on the android's ndk version used.

(self)

Source from the content-addressed store, hash-verified

86
87 @property
88 def clang_exe_cxx(self):
89 """Full path of the clang++ compiler depending on the android's ndk
90 version used."""
91 return self.get_clang_exe(plus_plus=True)
92
93 def get_clang_exe(self, with_target=False, plus_plus=False):
94 """Returns the full path of the clang/clang++ compiler, supports two

Callers

nothing calls this directly

Calls 1

get_clang_exeMethod · 0.95

Tested by

no test coverage detected