Try to unbreak MSVC builds for fuzzystrmatch
Commit a290378a37 neglrected to add a recipe for MSVC to build the daitch_motokoff.h file. Per buildfarm animal bowerbird.
This commit is contained in:
parent
3d03b24c35
commit
0e9b271890
@ -640,6 +640,16 @@ sub GenerateFiles
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (IsNewer('contrib/fuzzystrmatch/daitch_mokotoff.h',
|
||||||
|
'contrib/fuzzystrmatch/daitch_mokotoff_header.pl'))
|
||||||
|
{
|
||||||
|
print "Generating daitch_mokotoff.h...\n";
|
||||||
|
system(
|
||||||
|
'perl contrib/fuzzystrmatch/daitch_mokotoff_header.pl ' .
|
||||||
|
'contrib/fuzzystrmatch/daitch_mokotoff.h'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
if (IsNewer('src/bin/psql/sql_help.h', 'src/bin/psql/create_help.pl'))
|
if (IsNewer('src/bin/psql/sql_help.h', 'src/bin/psql/create_help.pl'))
|
||||||
{
|
{
|
||||||
print "Generating sql_help.h...\n";
|
print "Generating sql_help.h...\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user