Skip to content

Commit ecf5c1e

Browse files
committed
Properly install ecpg_compat and pgtypes libraries on msvc
JiangGuiqing
1 parent 3111af5 commit ecf5c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Install.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sub Install
7676
'Import libraries',
7777
$target .'/lib/',
7878
"$conf\\", "postgres\\postgres.lib","libpq\\libpq.lib", "libecpg\\libecpg.lib",
79-
"libpgport\\libpgport.lib"
79+
"libpgport\\libpgport.lib", "libpgtypes\\libpgtypes.lib","libecpg_compat\\libecpg_compat.lib"
8080
);
8181
CopySetOfFiles(
8282
'timezone names',

0 commit comments

Comments
 (0)