4 lines
121 B
Bash
4 lines
121 B
Bash
|
#!/bin/sh -x
|
||
|
|
||
|
exec "$(xcrun -find -sdk iphoneos cc)" -arch armv7 -isysroot "$(xcrun -sdk iphoneos --show-sdk-path)" "$@"
|