Remove linklib for ssl & crypto

This commit is contained in:
zosrothko 2018-03-25 20:36:52 +02:00
parent 54b616d596
commit 22976b8eb7

View File

@ -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) {