Don't mention require setting the SDK variable when building for iOS

This variable is set automatically nowadays.
This commit is contained in:
Martin Storsjö 2015-03-13 12:53:50 +02:00
parent 2394e793bc
commit 5f3fef469d

View File

@ -83,9 +83,8 @@ make based build system from the command line. Build with
make OS=ios ARCH=**ARCH** make OS=ios ARCH=**ARCH**
Valid values for `**ARCH**` are the normal iOS architecture names such as Valid values for `**ARCH**` are the normal iOS architecture names such as
`armv7`, `armv7s`, `arm64`, and `i386` and `x86_64` for the simulator. Additionally, `armv7`, `armv7s`, `arm64`, and `i386` and `x86_64` for the simulator.
one might need to add `SDK=X.Y` to the make command line in case the default Another settable iOS specific parameter
SDK version isn't available. Another settable iOS specific parameter
is `SDK_MIN`, specifying the minimum deployment target for the built library. is `SDK_MIN`, specifying the minimum deployment target for the built library.
For other details on building using make on the command line, see For other details on building using make on the command line, see
'For All Platforms' below. 'For All Platforms' below.