We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cd7cb commit baa0004Copy full SHA for baa0004
src/tools/msvc/Mkvcbuild.pm
@@ -39,7 +39,8 @@ my $contrib_extralibs = undef;
39
my $contrib_extraincludes =
40
{ 'dblink' => ['src/backend'],
41
'jsquery' => ['contrib/jsquery' ],
42
- 'pg_pathman' => ['contrib/pg_pathman/src/include']};
+ 'pg_pathman' => ['contrib/pg_pathman/src/include'],
43
+ 'snowball_ext' => ['contrib/snowball_ext/libstemmer']};
44
my $contrib_extrasource ={
45
'cube' => [ 'contrib/cube/cubescan.l', 'contrib/cube/cubeparse.y' ],
46
'seg' => [ 'contrib/seg/segscan.l', 'contrib/seg/segparse.y' ],
0 commit comments