summarylogtreecommitdiffstats
path: root/sdk.install
diff options
context:
space:
mode:
authoraspen2020-08-24 13:00:26 -0400
committeraspen2020-08-24 13:00:26 -0400
commit94250f5ed1f45f5992fda1fbb88a209c51ee0e71 (patch)
tree51196c80f7db9c3bb41307f2df2ed86383d551c6 /sdk.install
parent877478907dd5f456786b40a171a62227c8292162 (diff)
downloadaur-94250f5ed1f45f5992fda1fbb88a209c51ee0e71.tar.gz
m
Diffstat (limited to 'sdk.install')
-rwxr-xr-xsdk.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk.install b/sdk.install
index 180378dc0832..1e4fd1fb5203 100755
--- a/sdk.install
+++ b/sdk.install
@@ -1,7 +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`.
+The sysroot is \"/opt/apple-sdk-ios\".
You may be able to do \"export SDKROOT=/opt/apple-sdk-ios\".
"
}