aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7
diff options
context:
space:
mode:
authorVincent Bénony2015-12-11 10:39:39 +0100
committerVincent Bénony2016-01-06 16:17:38 +0100
commit8d9b13059b82ea4b8a38203c34c4939abc0feb25 (patch)
tree1a914f145b5ce7e4f88eac082dfc29988110d689 /backends/platform/ios7
parent7ca7608711eebf3542b1e1fa4e3aaf59023123a1 (diff)
downloadscummvm-rg350-8d9b13059b82ea4b8a38203c34c4939abc0feb25.tar.gz
scummvm-rg350-8d9b13059b82ea4b8a38203c34c4939abc0feb25.tar.bz2
scummvm-rg350-8d9b13059b82ea4b8a38203c34c4939abc0feb25.zip
IOS: Updates compilation instructions
Diffstat (limited to 'backends/platform/ios7')
-rw-r--r--backends/platform/ios7/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ios7/README.md b/backends/platform/ios7/README.md
index 8061c84502..b93ba20133 100644
--- a/backends/platform/ios7/README.md
+++ b/backends/platform/ios7/README.md
@@ -20,7 +20,7 @@ The next step is to compile the **create_project** tool. Open the Xcode project
Execute the following commands in a terminal:
```
$ cd path_to_the_build_directory
-$ create_project path_to_scummvm_repository --xcode --disable-mad --disable-jpeg --disable-bink --disable-16bit --disable-mt32emu --disable-nasm --disable-opengl --disable-theora --disable-taskbar
+$ create_project path_to_scummvm_repository --xcode --disable-jpeg --disable-bink --disable-16bit --disable-mt32emu --disable-nasm --disable-opengl --disable-theora --disable-taskbar
```
This will create an Xcode project for ScummVM, for both the OS X, and the iOS target.