mirror of
https://github.com/vacp2p/nim-ngtcp2.git
synced 2026-01-08 20:48:03 -05:00
12 lines
239 B
Nim
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
|