summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor2024-03-08 04:08:01 +0000
committerJohn Naylor2024-03-08 04:09:15 +0000
commit6d9751fa8fd40c988541c9c72ac7a2095ba73c19 (patch)
tree50241490f8aa96c5d45912d9b4656d55ed5df8a4
parentab6ae6260372074de71805cb7fd54d55d2da994d (diff)
Revert "Fix link error for test_radixtree module on Windows"
This reverts commit 9552e3ace317ac8bb0a80613c0e5cd6536c96dc8. I (john) forgot to revert this locally when a more principled fix was found, which has the same message title.
-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