aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/msvc.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/msvc.py')
-rw-r--r--setuptools/msvc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/msvc.py b/setuptools/msvc.py
index 9a911834..35c02129 100644
--- a/setuptools/msvc.py
+++ b/setuptools/msvc.py
@@ -1011,7 +1011,7 @@ class EnvironmentInfo:
path = os.path.join(self.si.WindowsSdkDir, 'Bin')
arch_subdir = self.pi.current_dir(x64=True)
sdkver = self._get_content_dirname(path).rstrip('\\')
- yield os.path.join(path, r'%s%s' % (sdkver, arch_subdir))
+ yield os.path.join(path, '%s%s' % (sdkver, arch_subdir))
if self.si.WindowsSDKExecutablePath:
yield self.si.WindowsSDKExecutablePath