Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ get_toolset
Function
get_toolset
test/BoostBuild.py:83–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
82
83
def
get_toolset():
84
toolset = None
85
for
arg in sys.argv[1:]:
86
if
not arg.startswith(
"-"
):
87
toolset = arg
88
return
toolset or
"gcc"
89
90
91
# Detect the host OS.
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected