Skip to content

Commit b64825b

Browse files
committed
fix: Fix Conan build link failures
1 parent 10f86f6 commit b64825b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

conanfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def _create_cmake(self):
3030
self._cmake = CMake(self)
3131
self._cmake.definitions["AUTOTEST"] = self.options.with_tests
3232
self._cmake.definitions["BUILD_MISC_TESTS"] = self.options.with_tests
33+
self._cmake.definitions["ENABLE_SHARED"] = False
34+
self._cmake.definitions["ENABLE_STATIC"] = True
3335
self._cmake.definitions["MUST_BUILD_TOXAV"] = True
3436
if self.settings.compiler == "Visual Studio":
3537
self._cmake.definitions["MSVC_STATIC_SODIUM"] = True

0 commit comments

Comments
 (0)