Commit 9cd20cf
committed
fix(driver/at/win32): clock_* requires to link librt
MinGW is totally garbage, Glibc since 2.17 have move clock_* from librt to libc so single-thread program can use these functions without the overheads associated with multi-thread support. But MinGW doesn't.
Signed-off-by: Coelacanthus <uwu@coelacanthus.name>1 parent d7be102 commit 9cd20cf
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
0 commit comments