Closed usamoi closed 3 weeks ago
On Windows, the linker needs postgres.lib to link against. So add pg_config --libdir to linker search path.
postgres.lib
pg_config --libdir
On Windows, the linker needs
postgres.lib
to link against. So addpg_config --libdir
to linker search path.