Commit baba0b9
committed
Fix macOS arm64 build by setting deployment target early and updating vcpkg baseline
- Add early MACOSX_DEPLOYMENT_TARGET=11.0 normalization in setup.py
This runs before vcpkg invocation, ensuring all dependencies inherit the correct target.
Fixes Arrow 21.0.0 compilation when vcpkg builds from source.
- Update vcpkg baseline to commit with krb5 1.22.2
Previous baseline had broken krb5 1.22.1 autoreconf on macOS ARM64.
Newer baseline has krb5 1.22.2 which fixes this issue.
Removes need for vcpkg.json package overrides.
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>1 parent 9e2c894 commit baba0b9
3 files changed
Lines changed: 26 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
11 | 31 | | |
12 | 32 | | |
13 | 33 | | |
| |||
139 | 159 | | |
140 | 160 | | |
141 | 161 | | |
142 | | - | |
143 | | - | |
| 162 | + | |
144 | 163 | | |
145 | 164 | | |
146 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
0 commit comments