early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/libmodplug/005-fix-install-paths.patch
vendored
Executable file
16
externals/vcpkg/ports/libmodplug/005-fix-install-paths.patch
vendored
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user