diff options
Diffstat (limited to 'vcpkg/ports/triton/fix_bin_path.patch')
| -rw-r--r-- | vcpkg/ports/triton/fix_bin_path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/triton/fix_bin_path.patch b/vcpkg/ports/triton/fix_bin_path.patch new file mode 100644 index 0000000..13b02bd --- /dev/null +++ b/vcpkg/ports/triton/fix_bin_path.patch @@ -0,0 +1,13 @@ +diff --git a/src/libtriton/CMakeLists.txt b/src/libtriton/CMakeLists.txt
+index 3c3ef6b..1adb110 100644
+--- a/src/libtriton/CMakeLists.txt
++++ b/src/libtriton/CMakeLists.txt
+@@ -318,7 +318,7 @@ install(
+ EXPORT tritonTargets
+ PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/triton"
+ INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
+- RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}
++ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ )
|