Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored and inPhraZ committed Jun 6, 2024
1 parent 2781bdd commit 79df31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ocilib/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def package(self):

def package_info(self):
self.cpp_info.libs = ["ocilib"]
self.cpp_info.system_libs("dl")
self.cpp_info.system_libs.append("dl")

0 comments on commit 79df31b

Please sign in to comment.