aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/modules/test_radixtree/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/modules/test_radixtree/meson.build b/src/test/modules/test_radixtree/meson.build
index c410539e880..4a541a78ca4 100644
--- a/src/test/modules/test_radixtree/meson.build
+++ b/src/test/modules/test_radixtree/meson.build
@@ -12,7 +12,6 @@ endif
test_radixtree = shared_module('test_radixtree',
test_radixtree_sources,
- link_with: host_system == 'windows' ? pgport_shlib : [],
kwargs: pg_test_mod_args,
)
test_install_libs += test_radixtree