forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4ee130c
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.com1 parente6c32d9 commit4ee130c
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 29 | + | |
32 | 30 |
| |
33 | 31 |
|
0 commit comments
Comments
(0)