mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04: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:
parent
ab6ae62603
commit
6d9751fa8f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue