From 313da403a545340dc7404458deed0398ddd33366 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 28 Jun 2018 18:31:27 +0300 Subject: Removed -mmacosx-version-min option. --- auto/modules/perl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'auto/modules') diff --git a/auto/modules/perl b/auto/modules/perl index 22f52136..4d59873e 100644 --- a/auto/modules/perl +++ b/auto/modules/perl @@ -68,10 +68,6 @@ if /bin/sh -c "$NXT_PERL -MConfig -e 'print \"Perl version: \", # OS X system perl wants to link universal binaries NXT_PERL_LDOPTS=`echo $NXT_PERL_LDOPTS \ | sed -e 's/-arch i386//' -e 's/-arch x86_64//'` - - # macosx-version-min is already defined for Darwin - NXT_PERL_LDOPTS=`echo $NXT_PERL_LDOPTS \ - | $NXT_PERL -pe 's/-mmacosx-version-min=\d+\.\d+//'` fi NXT_PERL_LIBS="-L ${NXT_PERL_INCPATH} ${NXT_PERL_LDOPTS}" -- cgit