ref: 5f3fef469db35e7413d8bfacc67356c8a761a10c
parent: 2394e793bc22b3a17320521d5b3217fa181ffcf2
author: Martin Storsjö <[email protected]>
date: Fri Mar 13 08:53:50 EDT 2015
Don't mention require setting the SDK variable when building for iOS This variable is set automatically nowadays.
--- a/README.md
+++ b/README.md
@@ -83,9 +83,8 @@
make OS=ios ARCH=**ARCH**
Valid values for `**ARCH**` are the normal iOS architecture names such as
-`armv7`, `armv7s`, `arm64`, and `i386` and `x86_64` for the simulator. Additionally,
-one might need to add `SDK=X.Y` to the make command line in case the default
-SDK version isn't available. Another settable iOS specific parameter
+`armv7`, `armv7s`, `arm64`, and `i386` and `x86_64` for the simulator.
+Another settable iOS specific parameter
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 All Platforms' below.