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 b60a253 commit f2c1430Copy full SHA for f2c1430
backend/coreapp/compilers.py
@@ -1088,7 +1088,7 @@ def preset_from_name(name: str) -> Optional[Preset]:
1088
MSVC71 = MSVCCompiler(
1089
id="msvc7.1",
1090
platform=WIN9X,
1091
- cc=CL_WIN,
+ cc=CL_WIN.replace("CL.EXE", "cl.exe"),
1092
)
1093
# Watcom doesn't like '/' in paths passed to it so we need to replace them.
1094
WATCOM_ARGS = ' -zq -i="Z:${COMPILER_DIR}/h" -i="Z:${COMPILER_DIR}/h/nt" ${COMPILER_FLAGS} -fo"Z:${OUTPUT}" "Z:${INPUT}"'
0 commit comments