Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0e9b271

Browse files
committed
Try to unbreak MSVC builds for fuzzystrmatch
Commit a290378 neglrected to add a recipe for MSVC to build the daitch_motokoff.h file. Per buildfarm animal bowerbird.
1 parent 3d03b24 commit 0e9b271

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/tools/msvc/Solution.pm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,16 @@ sub GenerateFiles
640640
);
641641
}
642642

643+
if (IsNewer('contrib/fuzzystrmatch/daitch_mokotoff.h',
644+
'contrib/fuzzystrmatch/daitch_mokotoff_header.pl'))
645+
{
646+
print "Generating daitch_mokotoff.h...\n";
647+
system(
648+
'perl contrib/fuzzystrmatch/daitch_mokotoff_header.pl ' .
649+
'contrib/fuzzystrmatch/daitch_mokotoff.h'
650+
);
651+
}
652+
643653
if (IsNewer('src/bin/psql/sql_help.h', 'src/bin/psql/create_help.pl'))
644654
{
645655
print "Generating sql_help.h...\n";

0 commit comments

Comments
 (0)