Skip to content

Commit 8b4d815

Browse files
authored
Merge pull request #181 from turnstep/allow_parallel_build
Allow parallel builds to work.
2 parents 718a101 + 113b950 commit 8b4d815

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile.PL

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,10 @@ tgzdist: changes spellcheck newdist dist
386386
return $xst;
387387
} # post_constants
388388

389+
sub processPL {
390+
my $super = shift->SUPER::processPL (@_);
391+
$super =~ s/^(dbi\w+ :: dbi\w+\.PL pm_to_blib)/$1 \$(INST_DYNAMIC)/gm;
392+
return $super;
393+
}
394+
389395
1;

0 commit comments

Comments
 (0)