Skip to content

Commit

Permalink
Update recipes/lzham/all/conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed May 8, 2024
1 parent df5ca17 commit 31992f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/lzham/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def package_info(self):
if self.settings.build_type == "Debug":
# add D to the end of all the names in the lib_names list
lib_names = [f"{lib_name}D" for lib_name in lib_names]
print(self.settings.build_type)
print(lib_names)
self.cpp_info.libs = lib_names
else:
self.cpp_info.libs = ["lzhamdll", "lzhamcomp", "lzhamdecomp"]
Expand Down

0 comments on commit 31992f1

Please sign in to comment.