diff options
Diffstat (limited to 'vcpkg/ports/libmodplug/005-fix-install-paths.patch')
| -rw-r--r-- | vcpkg/ports/libmodplug/005-fix-install-paths.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/libmodplug/005-fix-install-paths.patch b/vcpkg/ports/libmodplug/005-fix-install-paths.patch new file mode 100644 index 0000000..a41acf0 --- /dev/null +++ b/vcpkg/ports/libmodplug/005-fix-install-paths.patch @@ -0,0 +1,16 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 468f1a3..b58b11e 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -119,7 +119,10 @@ add_library(modplug ${LIB_TYPE} + ) + + # install the library: +-install(TARGETS modplug DESTINATION lib) ++install(TARGETS modplug ++ RUNTIME DESTINATION bin ++ LIBRARY DESTINATION lib ++ ARCHIVE DESTINATION lib) + + # incstall the headers: + install(FILES |