mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02: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
				
			
		|  | @ -32,6 +32,8 @@ class SupercellWxConan(ConanFile): | |||
|             self.options["libcurl"].with_ssl = "schannel" | ||||
|         elif self.settings.os == "Linux": | ||||
|             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
	
	 Dan Paulat
						Dan Paulat