diff options
Diffstat (limited to 'auto/modules/perl')
-rw-r--r-- | auto/modules/perl | 4 |
1 files changed, 0 insertions, 4 deletions
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}" |