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 8d97ed4 commit ebd16c3Copy full SHA for ebd16c3
lib/cpy_distutils.py
@@ -572,6 +572,7 @@ def finalize_options(self):
572
install_obj.with_protoc = self.with_protoc
573
install_obj.extra_compile_args = self.extra_compile_args
574
install_obj.extra_link_args = self.extra_link_args
575
+ install_obj.static = True
576
577
options_pairs = []
578
if not self.extra_compile_args:
@@ -795,6 +796,7 @@ def finalize_options(self):
795
796
build_ext_obj.with_protoc = self.with_protoc
797
build_ext_obj.extra_compile_args = self.extra_compile_args
798
build_ext_obj.extra_link_args = self.extra_link_args
799
+ build_ext_obj.static = self.static
800
801
if self.with_mysql_capi:
802
self.need_ext = True
0 commit comments