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 ab81d00 commit c828a72Copy full SHA for c828a72
src/tools/msvc/Solution.pm
@@ -1172,6 +1172,8 @@ sub GetFakeConfigure
1172
$cfg .= ' --with-tcl' if ($self->{options}->{tcl});
1173
$cfg .= ' --with-perl' if ($self->{options}->{perl});
1174
$cfg .= ' --with-python' if ($self->{options}->{python});
1175
+ my $port = $self->{options}->{'--with-pgport'};
1176
+ $cfg .= " --with-pgport=$port" if defined($port)
1177
1178
return $cfg;
1179
}
0 commit comments