Skip to content

Commit 8340133

Browse files
authored
Link rt to viam_rust_utils to fix bullseye cloud build (#616)
1 parent f84f5ba commit 8340133

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def package_info(self):
121121

122122
if self.settings.os in ["Linux", "FreeBSD"]:
123123
self.cpp_info.components["viamsdk"].system_libs.extend(["dl", "rt"])
124+
self.cpp_info.components["viam_rust_utils"].system_libs.append("rt")
124125
elif self.settings.os == "Windows":
125126
self.cpp_info.components["viamsdk"].system_libs.extend(["ncrypt", "secur32", "ntdll", "userenv"])
126127

0 commit comments

Comments
 (0)