File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1077,9 +1077,9 @@ sub Build {
1077
1077
print " cd " .$SiteConfig -> {perl_repo }." \n " ;
1078
1078
chdir ($SiteConfig -> {perl_repo }) or die " Failed to enter perl repo" ;
1079
1079
# build using cosmo's zlib to avoid name clashes or including two versions of zlib
1080
- local $ENV {' BUILD_ZLIB' } = ' False' ;
1081
- local $ENV {' ZLIB_INCLUDE' } = $SiteConfig -> {cosmocc } . ' /include/third_party/zlib' ;
1082
- local $ENV {' ZLIB_LIB' } = ' ' ;
1080
+ local $ENV {' BUILD_ZLIB' } = ' False' if $itemconfig -> { cosmo3 } ;
1081
+ local $ENV {' ZLIB_INCLUDE' } = $SiteConfig -> {cosmocc } . ' /include/third_party/zlib' if $itemconfig -> { cosmo3 } ;
1082
+ local $ENV {' ZLIB_LIB' } = ' ' if $itemconfig -> { cosmo3 } ;
1083
1083
_command_or_die(' make' );
1084
1084
$PERL_APE = " $SiteConfig ->{perl_repo}/perl.com" ;
1085
1085
@perl_config_cmd = (' ./perl' , ' -Ilib' );
You can’t perform that action at this time.
0 commit comments