Skip to content

Commit 8450c66

Browse files
committed
build.pl --remakeout should remake emperl.js too
1 parent b7f7e40 commit 8450c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ sub verify_hostperl {
369369

370370
{
371371
say STDERR "# Making emperl.js...";
372-
if ($opts{forceemperl})
372+
if ($opts{forceemperl} || $opts{remakeout})
373373
{ $C{PERLSRCDIR}->file('emperl.js')->remove
374374
or die "failed to delete emperl.js" }
375375
my $d = pushd($C{PERLSRCDIR});

0 commit comments

Comments
 (0)