Commit e519f79
committed
fix: Remove unnecessary wsock32 dependency on Windows
Looks like it was added by a mistake:
1. We didn't have this dependency before, in fact, autotools still
doesn't have it, it was added only to CMake.
2. During my testing, when building the echo_bot example, there are no
unresolved symbols left after linking against `libtox.a libsodium.a
-pthread -lws2_32 -liphlpapi`, which indicates that `-lwsock32` is
unnecessary.1 parent ed2b60c commit e519f79
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| |||
0 commit comments