Enable build_shared_lib if build_csharp

This commit is contained in:
Yufeng Li 2019-01-09 17:06:56 -08:00 committed by Changming Sun
parent 84be07114b
commit 55433abecb

View file

@ -498,6 +498,9 @@ def main():
if args.build_wheel:
args.enable_pybind = True
if args.build_csharp:
args.build_shared_lib = True
configs = set(args.config)