Skip to content

Commit ebd16c3

Browse files
committed
Remove libmysqlclient reference in _mysqlxpb.so v2
1 parent 8d97ed4 commit ebd16c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/cpy_distutils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ def finalize_options(self):
572572
install_obj.with_protoc = self.with_protoc
573573
install_obj.extra_compile_args = self.extra_compile_args
574574
install_obj.extra_link_args = self.extra_link_args
575+
install_obj.static = True
575576

576577
options_pairs = []
577578
if not self.extra_compile_args:
@@ -795,6 +796,7 @@ def finalize_options(self):
795796
build_ext_obj.with_protoc = self.with_protoc
796797
build_ext_obj.extra_compile_args = self.extra_compile_args
797798
build_ext_obj.extra_link_args = self.extra_link_args
799+
build_ext_obj.static = self.static
798800

799801
if self.with_mysql_capi:
800802
self.need_ext = True

0 commit comments

Comments
 (0)