onnxruntime
9b37b3ea - Specify the paths of system tools when building Apple framework (#22056)

Commit
1 year ago
Specify the paths of system tools when building Apple framework (#22056) ### Description <!-- Describe your changes. --> Specify the path of `ar`, `ld` and `libtool` when building apple framework. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Sometimes non-system executables will comes before the system-provided ones. This PR intends to prevent it from happening.
Author
Parents
Loading