summarylogtreecommitdiffstats
path: root/sdk.install
diff options
context:
space:
mode:
Diffstat (limited to 'sdk.install')
-rwxr-xr-xsdk.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/sdk.install b/sdk.install
new file mode 100755
index 000000000000..180378dc0832
--- /dev/null
+++ b/sdk.install
@@ -0,0 +1,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\".
+ "
+}