4 lines
96 B
Nim
4 lines
96 B
Nim
when defined(MacOSX):
|
|
switch("clang.linkerexe", "g++")
|
|
else:
|
|
switch("gcc.linkerexe", "g++")
|