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

Function add_forced_libs

tools/system_libs.py:2369–2373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2367 # sequence below are added in the correct order even when they are also part of
2368 # EMCC_FORCE_STDLIBS.
2369 def add_forced_libs():
2370 for forced in force_include:
2371 if forced not in system_libs_map:
2372 utils.exit_with_error('invalid forced library: %s', forced)
2373 add_library(forced)
2374
2375 if options.nodefaultlibs:
2376 add_forced_libs()

Callers 1

get_libs_to_linkFunction · 0.85

Calls 1

add_libraryFunction · 0.85

Tested by

no test coverage detected