Skip to content

Commit

Permalink
(dbg) linking static ?
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jan 28, 2024
1 parent d36dca3 commit e7717d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_build_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def build_extensions(self):
self.extensions[0].extra_link_args.append(lib_fp)

if compiler == 'MSVCCompiler':
self.extensions[0].extra_compile_args.append("/MT")
self.extensions[0].extra_compile_args.append('/MT')
self.extensions[0].extra_link_args.insert(0, link_args_msvc)
log.info(f'build_extensions: MSVCCompiler: {link_args_msvc}')

Expand Down

0 comments on commit e7717d3

Please sign in to comment.