diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-21 17:13:36 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-21 17:13:36 -0600 |
| commit | 8dad6c8b312b474b42fc71e4c8506b33b07b5ab0 (patch) | |
| tree | 2a2b15e3cad94f6b0bb7bfd0ebece60074aa1a8f | |
| parent | 01c295a41c6f80e8999db07f9b07d29943f98040 (diff) | |
| download | nimterop-8dad6c8b312b474b42fc71e4c8506b33b07b5ab0.tar.gz nimterop-8dad6c8b312b474b42fc71e4c8506b33b07b5ab0.zip | |
Mac support
| -rw-r--r-- | config.nims | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.nims b/config.nims index 8c8044e..32bbe5e 100644 --- a/config.nims +++ b/config.nims @@ -1 +1,4 @@ -switch("gcc.linkerexe", "g++")
\ No newline at end of file +when defined(MacOSX): + switch("clang.linkerexe", "g++") +else: + switch("gcc.linkerexe", "g++") |
