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

Function locate_default_setup

src/tools/msvc.py:1115–1119  ·  view source on GitHub ↗
(command, parent, setup_name)

Source from the content-addressed store, hash-verified

1113# longer important.
1114#
1115def locate_default_setup(command, parent, setup_name):
1116 for setup in [os.path.join(dir,setup_name) for dir in [command,parent]]:
1117 if os.path.exists(setup):
1118 return setup
1119 return None
1120
1121
1122# 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