Skip to content

Commit 34a65fc

Browse files
committed
fix syntax error
1 parent abbd700 commit 34a65fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Solution.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ sub GetFakeConfigure
791791
$cfg .= ' --with-perl' if ($self->{options}->{perl});
792792
$cfg .= ' --with-python' if ($self->{options}->{python});
793793
my $port = $self->{options}->{'--with-pgport'};
794-
$cfg .= " --with-pgport=$port" if defined($port)
794+
$cfg .= " --with-pgport=$port" if defined($port);
795795

796796
return $cfg;
797797
}

0 commit comments

Comments
 (0)