mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 00:03:18 -05:00
Attempt to fix MSVC builds broken by parallel make changes.
This commit is contained in:
parent
11e482c350
commit
52e2c12288
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue