mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 10:20:05 +00:00
Merge pull request #339 from dpaulat/feature/simplify-openssl
Feature/simplify openssl
This commit is contained in:
commit
7a064c750a
1 changed files with 3 additions and 3 deletions
|
|
@ -25,13 +25,13 @@ class SupercellWxConan(ConanFile):
|
|||
"zlib/1.3.1")
|
||||
generators = ("CMakeDeps")
|
||||
default_options = {"geos/*:shared" : True,
|
||||
"libiconv/*:shared" : True,
|
||||
"openssl/*:no_module": True,
|
||||
"openssl/*:shared" : True}
|
||||
"libiconv/*:shared" : True}
|
||||
|
||||
def configure(self):
|
||||
if self.settings.os == "Windows":
|
||||
self.options["libcurl"].with_ssl = "schannel"
|
||||
elif self.settings.os == "Linux":
|
||||
self.options["openssl"].shared = True
|
||||
|
||||
def requirements(self):
|
||||
if self.settings.os == "Linux":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue