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.
2 parents f577461 + 8e342c5 commit 2eafb05Copy full SHA for 2eafb05
setuptools/_distutils/compilers/C/msvc.py
@@ -257,7 +257,7 @@ class Compiler(base.Compiler):
257
obj_extension = '.obj'
258
static_lib_extension = '.lib'
259
shared_lib_extension = '.dll'
260
- static_lib_format = static_lib_format = '%s%s'
+ static_lib_format = shared_lib_format = '%s%s'
261
exe_extension = '.exe'
262
263
def __init__(self, verbose=False, dry_run=False, force=False) -> None:
0 commit comments