mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
Fix Clang linker lib
This commit is contained in:
parent
b1efa8aa8e
commit
9a140fdae2
@ -48,6 +48,9 @@ model {
|
||||
}
|
||||
if (toolChain in Gcc) {
|
||||
linker.args ( "-L", "/usr/lib/x86_64-linux-gnu")
|
||||
linker.args ( "-l", "odbc")
|
||||
}
|
||||
if (toolChain in Clang) {
|
||||
linker.args ( "-l", "odbc")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user