nimterop/tests/tsoloud.nims
2020-04-28 17:09:56 -05:00

5 lines
No EOL
169 B
Nim

# Workaround for C++ scanner.cc causing link error with other C obj files
when defined(MacOSX):
switch("clang.linkerexe", "g++")
else:
switch("gcc.linkerexe", "g++")