summarylogtreecommitdiffstats
path: root/sdk.install
diff options
context:
space:
mode:
authoraspen2020-08-24 12:41:47 -0400
committeraspen2020-08-24 12:41:47 -0400
commit877478907dd5f456786b40a171a62227c8292162 (patch)
tree75a430838e0f71b56a619f5328650f656cdba576 /sdk.install
downloadaur-877478907dd5f456786b40a171a62227c8292162.tar.gz
ejnhbejknfm
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\".
+ "
+}