Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information