improve cross plateform binary portability

This commit is contained in:
2025-06-14 01:56:12 +01:00
parent 20621944e6
commit be33dbe89f
9 changed files with 67 additions and 15 deletions

View File

@@ -11,13 +11,11 @@ class ArgonConan(ConanFile):
# Remove tool_requires, no flex from Conan
requires = [
"gmp/6.3.0",
"cjson/1.7.16",
"bdwgc/8.2.8"
]
default_options = {
"gmp/*:shared": False,
"cjson/*:shared": False,
"bdwgc/*:shared": False
}