Skip to content

Commit

Permalink
docs: add why ws2_32 and iphlpapi are necessary on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Oct 4, 2024
1 parent 5adb9ae commit fa54c20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webrtc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ var cfg =
" --threads:on --opt:speed"

when defined(windows):
# ws2_32 is required by MbedTLS and usrsctp
# iphlpapi is required by usrsctp
cfg = cfg & " --clib:ws2_32 --clib:iphlpapi"

import hashes
Expand Down

0 comments on commit fa54c20

Please sign in to comment.