Skip to content

Commit

Permalink
fix: remove funchook from conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Dec 6, 2024
1 parent 4abe7d5 commit b6a7847
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,7 @@ def package_info(self):

self.cpp_info.components["runtime"].libs = ["endstone_runtime"]
self.cpp_info.components["runtime"].set_property("cmake_target_name", "endstone::runtime")
self.cpp_info.components["runtime"].requires = [
"core",
"funchook::funchook",
]
self.cpp_info.components["runtime"].requires = ["core"]
if self._devtools_enabled:
self.cpp_info.components["runtime"].requires.extend(["devtools"])
if self.settings.os == "Windows":
Expand Down

0 comments on commit b6a7847

Please sign in to comment.