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

Function init

v2/tools/darwin.py:20–29  ·  view source on GitHub ↗
(version = None, command = None, options = None)

Source from the content-addressed store, hash-verified

18toolset.inherit_rules ('darwin', 'gcc')
19
20def init (version = None, command = None, options = None):
21 options = to_seq (options)
22
23 condition = common.check_init_parameters ('darwin', None, ('version', version))
24
25 command = common.get_invocation_command ('darwin', 'g++', command)
26
27 common.handle_options ('darwin', condition, command, options)
28
29 gcc.init_link_flags ('darwin', 'darwin', condition)
30
31# Darwin has a different shared library suffix
32type.set_generated_target_suffix ('SHARED_LIB', ['<toolset>darwin'], 'dylib')

Callers

nothing calls this directly

Calls 1

to_seqFunction · 0.85

Tested by

no test coverage detected