forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit161355e
committed
Change shared library installation naming on macOS
It is not customary to install a shared library with a minor versionnumber (libpq.5.16.dylib) on macOS. We just need the file with themajor version number (libpq.5.dylib) and the one without versionnumber (libpq.dylib). This also matches the installation layout usedby Meson.Discussion:https://www.postgresql.org/message-id/e0c44fb2-8b66-a4b9-b274-7ed3a1a0ab74@enterprisedb.com1 parentd951052 commit161355e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
0 commit comments
Comments
(0)