diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-28 12:52:08 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-28 17:09:56 -0500 |
| commit | 76d9be756a540272cc7a910eb0730297643276f7 (patch) | |
| tree | 0feb99e525fde4ce9b874942f96dc6a998867de5 /tests | |
| parent | 2060c8964d6960808b86f767ea3949da9b3341e6 (diff) | |
| download | nimterop-nimcfg.tar.gz nimterop-nimcfg.zip | |
Fix mode, toast output dirnimcfg
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tsoloud.nims | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tsoloud.nims b/tests/tsoloud.nims new file mode 100644 index 0000000..3b6174b --- /dev/null +++ b/tests/tsoloud.nims @@ -0,0 +1,5 @@ +# 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++")
\ No newline at end of file |
