Commit ae6513f
committed
Fix macOS CI: use system cc instead of Homebrew gcc
Homebrew's gcc uses a different sysroot that lacks macOS-specific
symbols like reallocarray. Force CC=cc to use Apple's clang which
has the correct macOS SDK headers and library search paths.1 parent 7ea69ea commit ae6513f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments