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

Support SDKROOT env var on iOS #62903

Merged
merged 3 commits into from
Jul 25, 2019
Merged

Support SDKROOT env var on iOS #62903

merged 3 commits into from
Jul 25, 2019

Commits on Jul 16, 2019

  1. Support SDKROOT env var on iOS

    Following what clang does (https://github.com/llvm/llvm-project/blob/296a80102a9b72c3eda80558fb78a3ed8849b341/clang/lib/Driver/ToolChains/Darwin.cpp#L1661-L1678), allow allow SDKROOT to tell us where the Apple SDK lives so we don't have to invoke xcrun.
    swolchok committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    ccb5d0a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. fix check

    swolchok committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    a4ff823 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Add comment

    swolchok committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    287db19 View commit details
    Browse the repository at this point in the history