mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:16:57 -04:00
Fix MSVC build for changes in zic.
Ooops, I missed back-patching commit f5f15ea6a along with the other stuff.
This commit is contained in:
parent
cd951aa614
commit
4d37b7cffc
1 changed files with 1 additions and 2 deletions
|
|
@ -408,8 +408,7 @@ sub mkvcbuild
|
|||
$pgrestore->AddFile('src\backend\parser\kwlookup.c');
|
||||
|
||||
my $zic = $solution->AddProject('zic', 'exe', 'utils');
|
||||
$zic->AddFiles('src\timezone', 'zic.c', 'ialloc.c', 'scheck.c',
|
||||
'localtime.c');
|
||||
$zic->AddFiles('src\timezone', 'zic.c');
|
||||
$zic->AddReference($libpgport);
|
||||
|
||||
if ($solution->{options}->{xml})
|
||||
|
|
|
|||
Loading…
Reference in a new issue