forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit79b03db
committed
Support shared libraries on Android (using make)
While the rest of the make build system maps Android to Linux, Androiduses unversioned shared libraries (like "libpq.so"). This patch makesit so. (Meson already supported it.)Reported-by: Matthias Kuhn <matthias@opengis.ch>Discussion:https://www.postgresql.org/message-id/flat/CAC7zN94TdsHhY88XkroJzSMx7E%3DBQpV9LKKjNSEnTM04ihoWCA%40mail.gmail.com1 parentf4447af commit79b03db
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
186 | 191 |
| |
187 | 192 |
| |
188 | 193 |
| |
|
0 commit comments
Comments
(0)