Revert "Fix link error for test_radixtree module on Windows"
authorJohn Naylor <john.naylor@postgresql.org>
Fri, 8 Mar 2024 04:08:01 +0000 (11:08 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Fri, 8 Mar 2024 04:09:15 +0000 (11:09 +0700)
This reverts commit 9552e3ace317ac8bb0a80613c0e5cd6536c96dc8.

I (john) forgot to revert this locally when a more principled
fix was found, which has the same message title.

src/test/modules/test_radixtree/meson.build

index c410539e8809a07b042292904e642eb446eb76e8..4a541a78ca48b017d6295f7c4686e039dbcd2c01 100644 (file)
@@ -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