aboutsummaryrefslogtreecommitdiff
path: root/ports/minhook/fix-usage.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/minhook/fix-usage.patch')
-rw-r--r--ports/minhook/fix-usage.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/minhook/fix-usage.patch b/ports/minhook/fix-usage.patch
new file mode 100644
index 000000000..198b8795d
--- /dev/null
+++ b/ports/minhook/fix-usage.patch
@@ -0,0 +1,10 @@
+diff --git a/cmake/minhook-config.cmake.in b/cmake/minhook-config.cmake.in
+index 14e6463..28fa17c 100644
+--- a/cmake/minhook-config.cmake.in
++++ b/cmake/minhook-config.cmake.in
+@@ -36,4 +36,4 @@ set(MINHOOK_FOUND ON)
+ set_and_check(MINHOOK_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include/")
+ set_and_check(MINHOOK_LIBRARY_DIRS "${PACKAGE_PREFIX_DIR}/lib")
+
+-include("${PACKAGE_PREFIX_DIR}/lib/minhook/minhook-targets.cmake")
++include("${CMAKE_CURRENT_LIST_DIR}/minhook-targets.cmake")