Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb1ff6a9

Browse files
j-naylorpull[bot]
authored andcommitted
Fix link error for test_radixtree module on Windows
Add back "link_with" directive, similar to the one removed by1f1d73a,but only for Windows, but use the "_shlib" variation.Diagnosis by Masahiko Sawada, proposed fix adjusted and tested by mePer buildfarm members drongo and fairywrenDiscussion:https://postgr.es/m/CAD21AoAMm1mQd%3Dw4PrfrKK%3DOMP8j8%3D7ntJRPF8%2B%3D10iUuvwiCA%40mail.gmail.com
1 parent3071ef1 commitb1ff6a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/test/modules/test_radixtree/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ endif
1212

1313
test_radixtree=shared_module('test_radixtree',
1414
test_radixtree_sources,
15+
link_with: host_system=='windows' ?pgport_shlib: [],
1516
kwargs: pg_test_mod_args,
1617
)
1718
test_install_libs+= test_radixtree

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp