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 a75268f commit ae3ef85Copy full SHA for ae3ef85
src/tools/msvc/Solution.pm
@@ -898,6 +898,8 @@ sub GetFakeConfigure
898
$cfg .= ' --with-tcl' if ($self->{options}->{tcl});
899
$cfg .= ' --with-perl' if ($self->{options}->{perl});
900
$cfg .= ' --with-python' if ($self->{options}->{python});
901
+ my $port = $self->{options}->{'--with-pgport'};
902
+ $cfg .= " --with-pgport=$port" if defined($port)
903
904
return $cfg;
905
}
0 commit comments