Skip to content

Commit

Permalink
Fix Incorrect Include Directory Structure in harfbuzz Conan Recipe co…
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu Yang Jue committed Sep 26, 2023
1 parent 1ede4d1 commit 1c7b7e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/harfbuzz/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def package_info(self):
if self.options.with_subset:
self.cpp_info.libs.append("harfbuzz-subset")
self.cpp_info.libs.append("harfbuzz")
self.cpp_info.includedirs.append(os.path.join("include", "harfbuzz"))
if self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs.append("m")
if self.settings.os == "Windows" and not self.options.shared:
Expand Down

0 comments on commit 1c7b7e4

Please sign in to comment.