summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2023-04-08 12:26:19 +0000
committerAndrew Dunstan2023-04-08 12:28:15 +0000
commit0e9b271890c09ecb60b08e45d377031b2385ebeb (patch)
treed47014a8f3555ae4230a848c8173c81ba130b5d6
parent3d03b24c350ab060bb223623bdff38835bd7afd0 (diff)
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.
-rw-r--r--src/tools/msvc/Solution.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
index 153be7be11..37c0a99e18 100644
--- a/src/tools/msvc/Solution.pm
+++ b/src/tools/msvc/Solution.pm
@@ -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'))
{
print "Generating sql_help.h...\n";