File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ BASE=`basename $0`
4040# if $] < 5.9 you may want to remove -Mblib for testing the core lib. -o
4141# Mblib="`$PERL -e'print (($] < 5.009005) ? q() : q(-Mblib))'`"
4242Mblib=${Mblib:- -Iblib/ arch -Iblib/ lib} # B::C is now fully 5.6+5.8 backwards compatible
43- test -n $PERL_CORE && Mblib=-I../../lib
43+ test -z $PERL_CORE || Mblib=-I../../lib
4444v513=" ` $PERL -e' print (($] < 5.013005) ? q() : q(-fno-fold,-fno-warnings,))' ` "
4545# OCMD=${OCMD}${v513}
4646if [ -z " $Mblib " ]; then
6161# rest. -DALLOW_PERL_OPTIONS for -Dtlv
6262# CCMD="$PERL $Mblib script/cc_harness -g3 -DALLOW_PERL_OPTIONS"
6363CCMD=" $PERL $Mblib script/cc_harness"
64- test -n $PERL_CORE && CCMD=" $CCMD -I../.. -L../.."
64+ test -z $PERL_CORE || CCMD=" $CCMD -I../.. -L../.."
6565LCMD=
6666# On some perls I also had to add $archlib/DynaLoader/DynaLoader.a to libs in Config.pm
6767}
You can’t perform that action at this time.
0 commit comments