Skip to content

Commit

Permalink
🐛 Fixed missing lib in liblo conan pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Dec 10, 2023
1 parent 5a3086b commit 05478b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conan-recipes/liblo/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ def build(self):
def package(self):
cmake = CMake(self)
cmake.install()

def package_info(self):
self.cpp_info.libs = collect_libs(self)

0 comments on commit 05478b9

Please sign in to comment.