Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use xcrun to invoke install_name_tool #13462

Closed

Commits on Feb 23, 2022

  1. Use xcrun to invoke install_name_tool

    `/usr/bin/install_name_tool` is a shim; it invokes `install_name_tool`
    in the current active Xcode.
    
    This allows using this template file to configure toolchain on
    non-macOS. This doesn't change the behavior as both will end up invoking
    the same tool.
    thii committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3a867bd View commit details
    Browse the repository at this point in the history