Skip to content

Commit 6d9751f

Browse files
committed
Revert "Fix link error for test_radixtree module on Windows"
This reverts commit 9552e3a. I (john) forgot to revert this locally when a more principled fix was found, which has the same message title.
1 parent ab6ae62 commit 6d9751f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/modules/test_radixtree/meson.build

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ endif
1212

1313
test_radixtree = shared_module('test_radixtree',
1414
test_radixtree_sources,
15-
link_with: host_system == 'windows' ? pgport_shlib : [],
1615
kwargs: pg_test_mod_args,
1716
)
1817
test_install_libs += test_radixtree

0 commit comments

Comments
 (0)