mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:40:05 +00:00
Merge pull request #423 from AdenKoperczak/disable_compiletime_selection_of_certs
This commit is contained in:
commit
b02dca5877
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,9 @@ class SupercellWxConan(ConanFile):
|
|||
if self.settings.os == "Windows":
|
||||
self.options["libcurl"].with_ssl = "schannel"
|
||||
elif self.settings.os == "Linux":
|
||||
self.options["openssl"].shared = True
|
||||
self.options["openssl"].shared = True
|
||||
self.options["libcurl"].ca_bundle = "none"
|
||||
self.options["libcurl"].ca_path = "none"
|
||||
|
||||
def requirements(self):
|
||||
if self.settings.os == "Linux":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue