Commit 362c88e
committed
Pin NDK LLVM binutils for Android Opus cross-build
configure fell back to the host macOS ar/ranlib/strip (no NDK-prefixed
wrappers exist in NDK r23+), so Apple's ranlib could not index the
Android ELF objects in libopus.a. On the macOS 26 runner this produced
an archive with no usable symbol table, breaking all opus_* symbol
resolution at link time. Pin AR/RANLIB/STRIP/NM to the NDK llvm-* tools.1 parent 66677ba commit 362c88e
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments