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

Function get_lib_name

tools/ports/regal.py:18–19  ·  view source on GitHub ↗
(settings)

Source from the content-addressed store, hash-verified

16
17
18def get_lib_name(settings):
19 return 'libregal' + ('-mt' if settings.PTHREADS else '') + '.a'
20
21
22def get(ports, settings, shared):

Callers 2

getFunction · 0.70
clearFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected