mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 06:50: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
|
|
@ -32,6 +32,8 @@ class SupercellWxConan(ConanFile):
|
||||||
self.options["libcurl"].with_ssl = "schannel"
|
self.options["libcurl"].with_ssl = "schannel"
|
||||||
elif self.settings.os == "Linux":
|
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):
|
def requirements(self):
|
||||||
if self.settings.os == "Linux":
|
if self.settings.os == "Linux":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue