mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Fix copying ORT dylib into wheel on macOS (#21931)
Fix #21223 on macOS --------- Co-authored-by: Baiju Meswani <bmeswani@microsoft.com>
This commit is contained in:
parent
257792225f
commit
5c74539ab7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -355,7 +355,7 @@ elif platform.system() == "Darwin":
|
|||
"onnxruntime_pybind11_state.so",
|
||||
"libdnnl.2.dylib",
|
||||
"mimalloc.so",
|
||||
"libonnxruntime.dylib*",
|
||||
"libonnxruntime*.dylib",
|
||||
] # TODO add libmklml and libiomp5 later.
|
||||
# DNNL & TensorRT EPs are built as shared libs
|
||||
libs.extend(["libonnxruntime_providers_shared.dylib"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue