forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite00c1e2
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 parentb0e5728 commite00c1e2
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)