mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 16:38:33 +00:00
Merge pull request #2689 from def-/clang-cpp
Add -ldl with clang cpp compilation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user