Skip to content

Commit

Permalink
fix nim flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Sep 17, 2024
1 parent ed8d888 commit bd2b6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var cfg =
(if verbose: "" else: " --verbosity:0 --hints:off") &
" --skipParentCfg --skipUserCfg -f" &
" --threads:on --opt:speed" &
" --chronicles_enabled_topics=sctp:TRACE,dtls:TRACE"
" --d:chronicles_enabled_topics=sctp:TRACE,dtls:TRACE"

when defined(windows):
cfg = cfg & " --clib:ws2_32 --clib:iphlpapi"
Expand Down

0 comments on commit bd2b6fa

Please sign in to comment.