From 800b2b30f5d26fc774d7b35fd6bc2886ee95e0f2 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Thu, 26 Sep 2024 09:21:32 -0700 Subject: [PATCH] nope --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e110714da..56d174993 100644 --- a/setup.py +++ b/setup.py @@ -325,6 +325,7 @@ def awscrt_ext(): libraries.reverse() if sys.platform == 'win32': + from setuptools._distutils import ccompiler # We use ccompiler on windows to determine the msvc version # the windows apis being used under the hood. Since we're static linking we have to follow the entire chain down libraries += ['Secur32', 'Crypt32', 'Advapi32', 'NCrypt', 'BCrypt', 'Kernel32', 'Ws2_32', 'Shlwapi'] # Ensure that debug info is in the obj files, and that it is linked into the .pyd so that