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.
1 parent 5fea374 commit 3a8afa0Copy full SHA for 3a8afa0
1 file changed
pyoxidizer/src/cpython_lib_hacks/distutils/_msvccompiler.py
@@ -572,11 +572,11 @@ def extension_link_shared_object(self,
572
# which they won't be for a shared library. PyOxidizer doesn't use the
573
# library anyway (at least not yet), so don't even bother with any
574
# linking.
575
- #self.link(CCompiler.SHARED_OBJECT, objects,
576
- # output_filename, output_dir,
577
- # libraries, library_dirs, runtime_library_dirs,
578
- # export_symbols, debug,
579
- # extra_preargs, extra_postargs, build_temp, target_lang)
+ self.link(CCompiler.SHARED_OBJECT, objects,
+ output_filename, output_dir,
+ libraries, library_dirs, runtime_library_dirs,
+ export_symbols, debug,
+ extra_preargs, extra_postargs, build_temp, target_lang)
580
581
# In addition to performing the requested link, we also write out
582
# files that PyOxidizer can use to embed the extension in a larger
0 commit comments