aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/xcode/xcrunwrapper/README
blob: d76642186e4031bbcce79d52c694b5806efedb43 (plain)
1
2
3
4
5
6
7
xcrunwrapper runs the command passed to it using xcrun.

It replaces __DEVELOPER_DIR__ with $DEVELOPER_DIR (or reasonable default)
and __SDKROOT__ with a valid path based on SDKROOT (or reasonable default).

xcrun only runs on Darwin, so xcrunwrapper only runs on Darwin.