Commit f8dbadf
committed
Link the math library in the native test envs
Codec 2 is floating point throughout and pulls in expf, cosf, sqrtf, atan2f,
log10f and sincosf. glibc keeps those in libm, so the native suites failed to
link on Linux. MSYS2 folds them into libc, which is why it passed locally.1 parent 38b2835 commit f8dbadf
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments