forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd40a0ed
meson: macos: Correct -exported_symbols_list syntax for Sonoma compat
-exported_symbols_list=... works on Ventura and earlier, but not onSonoma. The easiest way to fix it is to -Wl,-exported_symbols_list,@0@ whichactually seems more appropriate anyway, it's obviously a linker argument. Itis easier to use the -Wl,, syntax than passing multiple arguments, due to theway the export_fmt is used (a single string that's formatted), but if it turnsout to be necessary, we can go for multiple arguments as well.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/20230928222248.jw6s7yktpfsfczha@alap3.anarazel.deBackpatch: 16-, where the meson based buildsystem was added1 parenta3b7c1f commitd40a0ed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments
Comments
(0)