Files
nim-ngtcp2/config.nims
2025-10-14 22:10:04 -04:00

12 lines
239 B
Nim

when not defined(windows):
# use the C++ linker profile because it's a C++ library
when defined(macosx):
switch("clang.linkerexe", "clang++")
else:
switch("gcc.linkerexe", "g++")
--styleCheck:
usages
--styleCheck:
error