mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
Enable build_shared_lib if build_csharp
This commit is contained in:
parent
84be07114b
commit
55433abecb
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue