We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae249c commit 914c0f3Copy full SHA for 914c0f3
lsquic/lsquic_ffi.nim
@@ -1,10 +1,8 @@
1
# SPDX-License-Identifier: Apache-2.0 OR MIT
2
# Copyright (c) Status Research & Development GmbH
3
4
-when defined(windows):
5
- {.passc: "-D_WIN32_WINNT=0x0600".}
6
- {.passl: "-lws2_32".}
7
- {.passl: "-lpthread".}
+when defined(windows) and defined(clang):
+ {.passl: "-lpthread".}
8
9
import std/[os, strformat, strutils]
10
import chronos/osdefs
prelude.nim
@@ -1,9 +1,7 @@
{.passl: "-lpthread".}
0 commit comments