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

Commit cee1f48

Browse files
committed
Fix the MSVC build process for uuid-ossp.
Catch up with commit b8cc8f9's introduction of the HAVE_UUID_OSSP symbol to the principal build process. Back-patch to 9.4, where that commit appeared.
1 parent 9d90472 commit cee1f48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/msvc/Solution.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
214214

215215
if ($self->{options}->{uuid})
216216
{
217+
print O "#define HAVE_UUID_OSSP\n";
217218
print O "#define HAVE_UUID_H\n";
218219
}
219220
if ($self->{options}->{xml})

0 commit comments

Comments
 (0)