mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Use schannel with libcurl
This commit is contained in:
parent
097df7894e
commit
517013633d
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ class SupercellWxConan(ConanFile):
|
|||
"openssl/*:no_module": True,
|
||||
"openssl/*:shared" : True}
|
||||
|
||||
def configure(self):
|
||||
if self.settings.os == "Windows":
|
||||
self.options["libcurl"].with_ssl = "schannel"
|
||||
|
||||
def requirements(self):
|
||||
if self.settings.os == "Linux":
|
||||
self.requires("onetbb/2021.12.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue