blob: d76642186e4031bbcce79d52c694b5806efedb43 [file] [log] [blame]
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.