MCPcopy Create free account
hub / github.com/boostorg/build / UnixArchiveGenerator

Class UnixArchiveGenerator

v2/tools/unix.py:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44class UnixArchiveGenerator (builtin.ArchiveGenerator):
45 def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
46 builtin.ArchiveGenerator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
47
48 def run (self, project, name, prop_set, sources):
49 result = builtin.ArchiveGenerator.run(self, project, name, prop_set, sources)
50 set_library_order(project.manager(), sources, prop_set, result)
51 return result
52
53class UnixSearchedLibGenerator (builtin.SearchedLibGenerator):
54

Callers 1

unix.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected