MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_sysroot_dir

Function get_sysroot_dir

tools/cache.py:108–109  ·  view source on GitHub ↗
(*parts)

Source from the content-addressed store, hash-verified

106
107
108def get_sysroot_dir(*parts):
109 return str(Path(get_sysroot(absolute=True), *parts))
110
111
112def get_lib_dir(absolute):

Callers 1

get_include_dirFunction · 0.85

Calls 1

get_sysrootFunction · 0.85

Tested by

no test coverage detected