Skip to content

Commit

Permalink
try improting once
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 26, 2024
1 parent c2cbc42 commit b81bd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import sysconfig
from wheel.bdist_wheel import bdist_wheel


def is_64bit():
return sys.maxsize > 2 ** 32

Expand Down Expand Up @@ -324,7 +325,6 @@ 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
Expand Down

0 comments on commit b81bd19

Please sign in to comment.