summarylogtreecommitdiffstats
path: root/sdk.install
blob: 1e4fd1fb5203c1da07caf5fa28bde40f09d3ccbe (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\".
	"
}