Thanks to visit codestin.com Credit goes to github.com
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 24236db commit 152b77aCopy full SHA for 152b77a
src/tools/msvc/Install.pm
@@ -3,7 +3,7 @@ package Install;
3
#
4
# Package that provides 'make install' functionality for msvc builds
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.11 2007/04/21 20:58:05 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.12 2007/04/23 17:18:58 mha Exp $
7
8
use strict;
9
use warnings;
@@ -226,6 +226,7 @@ sub CopyContribFiles
226
{
227
next if ($d =~ /^\./);
228
next unless (-f "contrib/$d/Makefile");
229
+ next if ($d eq "uuid-ossp");
230
next if ($d eq "sslinfo" && !defined($config->{openssl}));
231
next if ($d eq "xml2" && !defined($config->{xml}));
232
0 commit comments