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

Function get_sysroot

tools/cache.py:97–101  ·  view source on GitHub ↗
(absolute)

Source from the content-addressed store, hash-verified

95
96
97def get_sysroot(absolute):
98 ensure_setup()
99 if absolute:
100 return os.path.join(cachedir, 'sysroot')
101 return 'sysroot'
102
103
104def get_include_dir(*parts):

Callers 2

get_sysroot_dirFunction · 0.85
get_lib_dirFunction · 0.85

Calls 2

ensure_setupFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected