diff options
author | def <dennis@felsin9.de> | 2015-05-10 22:20:03 +0200 |
---|---|---|
committer | def <dennis@felsin9.de> | 2015-05-10 22:20:03 +0200 |
commit | f8af8df91c7e722b8c5034c1fe0255e3ca6b8558 (patch) | |
tree | 004a93ff191d3dff9f9a0e1c9154ebcb432b095a /config | |
parent | 0b184f2584221543a7dec9c8ae4a700533919e0c (diff) | |
download | Nim-f8af8df91c7e722b8c5034c1fe0255e3ca6b8558.tar.gz |
Add -ldl with clang cpp compilation
This fixes compilation with --cc:clang and cpp.
Diffstat (limited to 'config')
-rw-r--r-- | config/nim.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index fef7df79e..0c3ffef4e 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -78,6 +78,7 @@ path="$lib/pure/unidecode" gcc.options.linker = "-ldl" gcc.cpp.options.linker = "-ldl" clang.options.linker = "-ldl" + clang.cpp.options.linker = "-ldl" tcc.options.linker = "-ldl" @end @if bsd or haiku: |