Merge pull request #2689 from def-/clang-cpp

Add -ldl with clang cpp compilation
This commit is contained in:
Dominik Picheta
2015-05-17 20:26:41 +01:00

View File

@@ -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: