MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / GroupLibFullName

Function GroupLibFullName

tools/building.py:711–712  ·  view source on GitHub ↗
(name, env)

Source from the content-addressed store, hash-verified

709 return name
710
711def GroupLibFullName(name, env):
712 return env['LIBPREFIX'] + GroupLibName(name, env) + env['LIBSUFFIX']
713
714def BuildLibInstallAction(target, source, env):
715 lib_name = GetOption('buildlib')

Callers 2

DefineGroupFunction · 0.85
BuildLibInstallActionFunction · 0.85

Calls 1

GroupLibNameFunction · 0.85

Tested by

no test coverage detected