mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
Attempt to fix MSVC builds broken by parallel make changes.
This commit is contained in:
parent
11e482c350
commit
52e2c12288
@ -431,7 +431,7 @@ sub mkvcbuild
|
||||
{ # Also catches mbprint.c
|
||||
$proj->AddFile('src\bin\psql\\' . $f);
|
||||
}
|
||||
else
|
||||
elsif ($f =~ /\.c$/)
|
||||
{
|
||||
$proj->AddFile('src\bin\scripts\\' . $f);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user