forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b4b346
committed
meson: portname was set too early
portname is set to host_system, but host_system might still be changedlater in the file. As a consequence, platforms where host_system ischanged later wouldn't find some of their platform-specific files(driven by portname), and the build would fail. Move the assignmentof portname further down after the last change of host_system (butbefore further overriding assignments to portname).Discussion:https://www.postgresql.org/message-id/flat/CAC7zN94TdsHhY88XkroJzSMx7E%3DBQpV9LKKjNSEnTM04ihoWCA%40mail.gmail.com1 parent21ef4d4 commit4b4b346
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 | 162 |
| |
169 | 163 |
| |
170 | 164 |
| |
| |||
192 | 186 |
| |
193 | 187 |
| |
194 | 188 |
| |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
|
0 commit comments
Comments
(0)