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

Function locate_default_setup

v2/tools/msvc.py:1082–1086  ·  view source on GitHub ↗
(command, parent, setup_name)

Source from the content-addressed store, hash-verified

1080# longer important.
1081#
1082def locate_default_setup(command, parent, setup_name):
1083 for setup in [os.path.join(dir,setup_name) for dir in [command,parent]]:
1084 if os.path.exists(setup):
1085 return setup
1086 return None
1087
1088
1089# Validates given path, registers found configuration and prints debug

Callers 1

configure_reallyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected