[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Fri Aug 5 09:35:39 UTC 2016
configure.ac | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit d448733db9eb1de5054872421518c4a156383492
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Aug 5 12:30:39 2016 +0300
Clarify what --with-macosx-sdk actually does in its help text
Change-Id: I999fe123d71c646d20f108801ca989355bee3855
diff --git a/configure.ac b/configure.ac
index 50fec94..ffe7644 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:
More information about the Libreoffice-commits
mailing list