aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/platform/ios7/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/platform/ios7/README.md b/backends/platform/ios7/README.md
index 0e22e6d2bd..a58905d3bc 100644
--- a/backends/platform/ios7/README.md
+++ b/backends/platform/ios7/README.md
@@ -42,9 +42,8 @@ For jailbroken devices, it is also possible to compile the project from command
Open a terminal, and execute the following commands:
```
$ cd path_to_the_scummvm_sources
-$ SDKROOT=$(xcrun --sdk iphoneos --show-sdk-path) CC=clang CXX=clang++ ./configure --host=iphone --disable-scalers --disable-mt32emu --enable-release
-$ make iphone
-$ make iphonebundle
+$ SDKROOT=$(xcrun --sdk iphoneos --show-sdk-path) CC=clang CXX=clang++ ./configure --host=ios7 --disable-scalers --disable-mt32emu --enable-release
+$ make ios7bundle
```
At the end of the compilation, you'll find a **ScummVM.app** application: copy it over SSH, and reboot your device.