File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ sub mkvcbuild
240240 $libpq -> UseDef(' src/interfaces/libpq/libpqdll.def' );
241241 $libpq -> ReplaceFile(' src/interfaces/libpq/libpqrc.c' ,
242242 ' src/interfaces/libpq/libpq.rc' );
243- $libpq -> AddReference($libpgport );
243+ $libpq -> AddReference($libpgcommon , $ libpgport );
244244
245245 # The OBJS scraper doesn't know about ifdefs, so remove appropriate files
246246 # if building without OpenSSL.
@@ -264,7 +264,7 @@ sub mkvcbuild
264264 ' libpgtypes' , ' dll' ,
265265 ' interfaces' , ' src/interfaces/ecpg/pgtypeslib' );
266266 $pgtypes -> AddDefine(' FRONTEND' );
267- $pgtypes -> AddReference($libpgport );
267+ $pgtypes -> AddReference($libpgcommon , $ libpgport );
268268 $pgtypes -> UseDef(' src/interfaces/ecpg/pgtypeslib/pgtypeslib.def' );
269269 $pgtypes -> AddIncludeDir(' src/interfaces/ecpg/include' );
270270
You can’t perform that action at this time.
0 commit comments