Skip to content

Commit d42a0f7

Browse files
sbryngelsonCopilot
andauthored
Update toolchain/mfc/build.py
Co-authored-by: Copilot <[email protected]>
1 parent 004dd1e commit d42a0f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolchain/mfc/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def get_compiler_info(self) -> str:
5252
cache = pathlib.Path(build_dir) / "CMakeCache.txt"
5353
if not cache.exists():
5454
compiler = "unknown"
55+
return compiler
5556

5657
pat = re.compile(r"CMAKE_.*_COMPILER:FILEPATH=(.+)", re.IGNORECASE)
5758
compiler_name = ""

0 commit comments

Comments
 (0)