File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ sub mkvcbuild
240
240
$libpq -> UseDef(' src/interfaces/libpq/libpqdll.def' );
241
241
$libpq -> ReplaceFile(' src/interfaces/libpq/libpqrc.c' ,
242
242
' src/interfaces/libpq/libpq.rc' );
243
- $libpq -> AddReference($libpgport );
243
+ $libpq -> AddReference($libpgcommon , $ libpgport );
244
244
245
245
# The OBJS scraper doesn't know about ifdefs, so remove appropriate files
246
246
# if building without OpenSSL.
@@ -264,7 +264,7 @@ sub mkvcbuild
264
264
' libpgtypes' , ' dll' ,
265
265
' interfaces' , ' src/interfaces/ecpg/pgtypeslib' );
266
266
$pgtypes -> AddDefine(' FRONTEND' );
267
- $pgtypes -> AddReference($libpgport );
267
+ $pgtypes -> AddReference($libpgcommon , $ libpgport );
268
268
$pgtypes -> UseDef(' src/interfaces/ecpg/pgtypeslib/pgtypeslib.def' );
269
269
$pgtypes -> AddIncludeDir(' src/interfaces/ecpg/include' );
270
270
You can’t perform that action at this time.
0 commit comments