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 f4adb80 commit 1a81003Copy full SHA for 1a81003
setuptools/msvc.py
@@ -1375,14 +1375,11 @@ def FSharp(self):
1375
return [self.si.FSharpInstallDir]
1376
1377
@property
1378
- def VCRuntimeRedist(self):
+ def VCRuntimeRedist(self) -> str | None:
1379
"""
1380
Microsoft Visual C++ runtime redistributable dll.
1381
1382
- Return
1383
- ------
1384
- str
1385
- path
+ Returns the first suitable path found or None.
1386
1387
vcruntime = 'vcruntime%d0.dll' % self.vc_ver
1388
arch_subdir = self.pi.target_dir(x64=True).strip('\\')
0 commit comments