daemon: improve iOS warning

This commit is contained in:
Matthias Ringwald 2018-06-18 12:29:53 +02:00
parent 82c9843e67
commit 875088e2a4

View File

@ -27,8 +27,7 @@ AC_PROG_MAKE_SET
# iPhone/iPod touch cross-compilation uses theos
SDK_PATH="$DEVELOPER_PATH/SDKs/iPhoneOS$SDK_VERSION.sdk"
if test "x$target" = xiphone; then
echo "Cross-compiling for iPhone/iPod touch uses theos"
./config-iphone.sh
echo "Cross-compiling for iPhone/iPod touch uses theos, please checkout port/ios"
exit 0
fi