projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6ae62
)
Revert "Fix link error for test_radixtree module on Windows"
author
John Naylor
Fri, 8 Mar 2024 04:08:01 +0000
(11:08 +0700)
committer
John Naylor
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
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/test_radixtree/meson.build
b/src/test/modules/test_radixtree/meson.build
index c410539e8809a07b042292904e642eb446eb76e8..4a541a78ca48b017d6295f7c4686e039dbcd2c01 100644
(file)
--- 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