aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsrtp/fix-runtime-destination.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libsrtp/fix-runtime-destination.patch')
-rw-r--r--vcpkg/ports/libsrtp/fix-runtime-destination.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libsrtp/fix-runtime-destination.patch b/vcpkg/ports/libsrtp/fix-runtime-destination.patch
new file mode 100644
index 0000000..ba97cc1
--- /dev/null
+++ b/vcpkg/ports/libsrtp/fix-runtime-destination.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d548e78..4a839e2 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -262,6 +262,7 @@ endif()
+
+ install(TARGETS srtp2 DESTINATION lib
+ EXPORT libSRTPTargets
++ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
+ )
+
+ install(FILES include/srtp.h crypto/include/auth.h