mirror of
https://github.com/pocoproject/poco.git
synced 2025-09-23 14:29:31 +02:00
Remove linklib for ssl & crypto
This commit is contained in:
parent
54b616d596
commit
22976b8eb7
@ -30,8 +30,8 @@ model {
|
||||
linker.args "iphlpapi.lib"
|
||||
}
|
||||
if (toolChain in Gcc) {
|
||||
linker.args "-lssl"
|
||||
linker.args "-lcrypto"
|
||||
// linker.args "-lssl"
|
||||
// linker.args "-lcrypto"
|
||||
}
|
||||
}
|
||||
withType(SharedLibraryBinarySpec) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user