mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Revert "Fix link error for test_radixtree module on Windows"
This reverts commit 9552e3ace3
.
I (john) forgot to revert this locally when a more principled
fix was found, which has the same message title.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user