We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf279dd commit 9552e3aCopy full SHA for 9552e3a
src/test/modules/test_radixtree/meson.build
@@ -12,6 +12,7 @@ endif
12
13
test_radixtree = shared_module('test_radixtree',
14
test_radixtree_sources,
15
+ link_with: host_system == 'windows' ? pgport_shlib : [],
16
kwargs: pg_test_mod_args,
17
)
18
test_install_libs += test_radixtree
0 commit comments