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

Commite00c1e2

Browse files
committed
meson: Build pgevent as shared_module rather than shared_library
This matches the behavior of the makefiles and the old MSVC buildsystem. The main effect is that the build result gets installed intopkglibdir rather than bindir. The documentation says to locate thelibrary in pkglibdir, so this makes the code match the documentationagain.Reviewed-by: Ryohei Takahashi (Fujitsu) <r.takahashi_2@fujitsu.com>Discussion:https://www.postgresql.org/message-id/flat/TY3PR01MB118912125614599641CA881B782522%40TY3PR01MB11891.jpnprd01.prod.outlook.com
1 parentb0e5728 commite00c1e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/bin/pgevent/meson.build

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ if cc.get_id() == 'msvc'
2121
pgevent_link_args+='/ignore:4104'
2222
endif
2323

24-
pgevent=shared_library('pgevent',
24+
pgevent=shared_module('pgevent',
2525
pgevent_sources,
2626
dependencies: [frontend_code],
2727
link_args: pgevent_link_args,
2828
vs_module_defs:'pgevent.def',
29-
kwargs: default_lib_args+ {
30-
'name_prefix':'',
31-
},
29+
kwargs: default_mod_args,
3230
)
3331
bin_targets+= pgevent

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp