We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53777a commit be45d76Copy full SHA for be45d76
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