Skip to content

Commit 3a8afa0

Browse files
committed
Link on Windows
1 parent 5fea374 commit 3a8afa0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyoxidizer/src/cpython_lib_hacks/distutils/_msvccompiler.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,11 @@ def extension_link_shared_object(self,
572572
# which they won't be for a shared library. PyOxidizer doesn't use the
573573
# library anyway (at least not yet), so don't even bother with any
574574
# 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)
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)
580580

581581
# In addition to performing the requested link, we also write out
582582
# files that PyOxidizer can use to embed the extension in a larger

0 commit comments

Comments
 (0)