We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440fb5f commit bce22e8Copy full SHA for bce22e8
src/interfaces/ecpg/ecpglib/meson.build
@@ -57,7 +57,7 @@ pkgconfig.generate(
57
description: 'PostgreSQL libecpg library',
58
url: pg_url,
59
libraries: ecpglib_so,
60
- libraries_private: [frontend_shlib_code, thread_dep],
+ libraries_private: [frontend_stlib_code, thread_dep],
61
requires_private: ['libpgtypes', 'libpq'],
62
)
63
0 commit comments