Commit b946c18
build: default to epoll for MinGW on Windows (fix IPC/select issue)
MinGW builds were falling back to select poller, which is incompatible with IPC
and causes compilation failure.
Default epoll is now enabled for both MSVC and MinGW to ensure consistent behavior.
Comments updated accordingly.1 parent 7d95ac0 commit b946c18
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
| 386 | + | |
| 387 | + | |
388 | 388 | | |
389 | | - | |
390 | 389 | | |
391 | 390 | | |
392 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
393 | 394 | | |
394 | 395 | | |
395 | 396 | | |
| |||
0 commit comments