summaryrefslogtreecommitdiffhomepage
path: root/auto/os/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/os/conf')
-rw-r--r--auto/os/conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 67db5df1..6811a453 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -104,7 +104,7 @@ case "$NXT_SYSTEM" in
# MacOSX 10.7 (Lion) has deprecated system OpenSSL.
# MAC_OS_X_VERSION_MIN_REQUIRED macro does not help.
# "-rpath" is supported since MacOSX 10.5 (Leopard).
- NXT_CFLAGS="$NXT_CFLAGS -mmacosx-version-min=10.5"
+ NXT_CFLAGS="$NXT_CFLAGS -mmacosx-version-min=10.6"
NXT_STATIC_LINK="ar -r -c"
NXT_SHARED_LINK="\$(CC) -dynamiclib"