Build wheels for windows and macos with conan
This commit is contained in:
parent
bb6becd3ef
commit
1bc6af1dc4
14 changed files with 390 additions and 280 deletions
6
conanfile.py
Normal file
6
conanfile.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from conan import ConanFile
|
||||
import shutil
|
||||
|
||||
class OpensslRecipe(ConanFile):
|
||||
def requirements(self):
|
||||
self.requires('openssl/1.1.1w')
|
||||
Loading…
Add table
Add a link
Reference in a new issue