We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee365d commit 706065fCopy full SHA for 706065f
recipes/secp256k1/all/conanfile.py
@@ -48,3 +48,6 @@ def package_info(self):
48
self.cpp_info.libs = ["secp256k1"]
49
self.cpp_info.set_property("cmake_file_name", "secp256k1")
50
self.cpp_info.set_property("cmake_target_name", "secp256k1::secp256k1")
51
+
52
+ if self.settings.os == "Windows" and not self.options.shared:
53
+ self.cpp_info.defines.append("SECP256K1_STATIC")
0 commit comments