Skip to content
Snippets Groups Projects
Commit 52e2c122 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Attempt to fix MSVC builds broken by parallel make changes.

parent 11e482c3
No related branches found
No related tags found
No related merge requests found
...@@ -431,7 +431,7 @@ sub mkvcbuild ...@@ -431,7 +431,7 @@ sub mkvcbuild
{ # Also catches mbprint.c { # Also catches mbprint.c
$proj->AddFile('src\bin\psql\\' . $f); $proj->AddFile('src\bin\psql\\' . $f);
} }
else elsif ($f =~ /\.c$/)
{ {
$proj->AddFile('src\bin\scripts\\' . $f); $proj->AddFile('src\bin\scripts\\' . $f);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment