pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.71k stars 249 forks source link

add `pg_config --libdir` to linker search path #1932

Closed usamoi closed 3 weeks ago

usamoi commented 4 weeks ago

On Windows, the linker needs postgres.lib to link against. So add pg_config --libdir to linker search path.