Skip to content

Commit

Permalink
Fix copying ORT dylib into wheel on macOS (#21931)
Browse files Browse the repository at this point in the history
Fix #21223 on macOS

---------

Co-authored-by: Baiju Meswani <[email protected]>
  • Loading branch information
skyline75489 and baijumeswani authored Sep 3, 2024
1 parent 2577922 commit 5c74539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def finalize_options(self):
"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"])
Expand Down

0 comments on commit 5c74539

Please sign in to comment.