summarylogtreecommitdiffstats
path: root/sdk.install
blob: 180378dc083277b745d991ec24bbcd090b2b7180 (plain)
1
2
3
4
5
6
7
post_install() {
	echo "
When compiling an app for iOS, you may need to point it to the sysroot
The sysroot is `/opt/apple-sdk-ios`.
You may be able to do \"export SDKROOT=/opt/apple-sdk-ios\".
	"
}