diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-05 12:30:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-05 12:34:54 +0300 |
commit | d448733db9eb1de5054872421518c4a156383492 (patch) | |
tree | d1b2fdeb0bdc301609b73d6908a011c619619e12 | |
parent | adbaad53624bd88c58cd1ee2ecfb7207c9ab59ee (diff) |
Clarify what --with-macosx-sdk actually does in its help text
Change-Id: I999fe123d71c646d20f108801ca989355bee3855
-rw-r--r-- | configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50fec94c2fa0..ffe76441abb1 100644 --- a/configure.ac +++ b/configure.ac @@ -2331,8 +2331,13 @@ dnl =================================================================== AC_ARG_WITH(macosx-sdk, AS_HELP_STRING([--with-macosx-sdk=<version>], - [Use a specific SDK for building.]) + [Prefer a specific SDK for building.]) [ + If the requested SDK is not available, a search for the oldest one will be done. + With current Xcode versions, only the latest SDK is included, so this option is + not terribly useful. It works fine to build with a new SDK and run the result + on an older OS. + e. g.: --with-macosx-sdk=10.8 there are 3 options to control the MacOSX build: |