MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / resolve_sdk_tool_arch

Function resolve_sdk_tool_arch

Tools/Support/PortableMSVCWrapper.py:109–110  ·  view source on GitHub ↗
(target_arch: str)

Source from the content-addressed store, hash-verified

107
108
109def resolve_sdk_tool_arch(target_arch: str):
110 return "x64"
111
112
113def prepare_prefix_headless(root: Path, wine: str, environment):

Callers 1

build_environmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected