We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f70d7e commit a44a2b9Copy full SHA for a44a2b9
src/tools/msvc/Solution.pm
@@ -865,7 +865,7 @@ sub GetFakeConfigure
865
$cfg .= ' --with-perl' if ($self->{options}->{perl});
866
$cfg .= ' --with-python' if ($self->{options}->{python});
867
my $port = $self->{options}->{'--with-pgport'};
868
- $cfg .= " --with-pgport=$port" if defined($port)
+ $cfg .= " --with-pgport=$port" if defined($port);
869
870
return $cfg;
871
}
0 commit comments