We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42a0f7 commit a7e7d19Copy full SHA for a7e7d19
toolchain/mfc/build.py
@@ -51,8 +51,7 @@ def get_compiler_info(self) -> str:
51
52
cache = pathlib.Path(build_dir) / "CMakeCache.txt"
53
if not cache.exists():
54
- compiler = "unknown"
55
- return compiler
+ return "unknown"
56
57
pat = re.compile(r"CMAKE_.*_COMPILER:FILEPATH=(.+)", re.IGNORECASE)
58
compiler_name = ""
0 commit comments