Add -ldl with clang cpp compilation

This fixes compilation with --cc:clang and cpp.
This commit is contained in:
def
2015-05-10 22:20:03 +02:00
parent 0b184f2584
commit f8af8df91c

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: