Skip to content

Commit 334a7fc

Browse files
committed
restore the lost comment
1 parent b413f91 commit 334a7fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

distutils/_msvccompiler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ def _find_exe(exe, paths=None):
178178
return exe
179179

180180

181+
# A map keyed by get_platform() return values to values accepted by
182+
# 'vcvarsall.bat'.
181183
if get_host_platform() == "win-arm64":
182184
# Use the native MSVC host if the host platform would need expensive
183185
# emulation for x86.

0 commit comments

Comments
 (0)