aboutsummaryrefslogtreecommitdiff
path: root/ports/proxygen/fix-tools-path.patch
diff options
context:
space:
mode:
authorJackBoosY <yuzaiyang@beyondsoft.com>2020-01-13 23:55:59 -0800
committerJackBoosY <yuzaiyang@beyondsoft.com>2020-01-13 23:55:59 -0800
commit2514481b42ebdeec28649582fc666955cf206c84 (patch)
tree60c9809a5c3c8adbad240a40b1088a6f8e42c019 /ports/proxygen/fix-tools-path.patch
parentb751326c91c9a307aaf5e340b61ab9f2d1ad45a4 (diff)
parent28eee51adb36f2165be846e77ef7b3ee5b3f8789 (diff)
downloadvcpkg-2514481b42ebdeec28649582fc666955cf206c84.tar.gz
vcpkg-2514481b42ebdeec28649582fc666955cf206c84.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/jack/upgrade_libi
Diffstat (limited to 'ports/proxygen/fix-tools-path.patch')
-rw-r--r--ports/proxygen/fix-tools-path.patch49
1 files changed, 49 insertions, 0 deletions
diff --git a/ports/proxygen/fix-tools-path.patch b/ports/proxygen/fix-tools-path.patch
new file mode 100644
index 000000000..2e6ab171a
--- /dev/null
+++ b/ports/proxygen/fix-tools-path.patch
@@ -0,0 +1,49 @@
+diff --git a/proxygen/httpserver/CMakeLists.txt b/proxygen/httpserver/CMakeLists.txt
+index 40046e5..ab53b06 100644
+--- a/proxygen/httpserver/CMakeLists.txt
++++ b/proxygen/httpserver/CMakeLists.txt
+@@ -45,7 +45,7 @@ target_link_libraries(
+ install(
+ TARGETS proxygen_push
+ EXPORT proxygen-exports
+- DESTINATION bin
++ DESTINATION tools
+ )
+
+ add_executable(proxygen_proxy
+@@ -66,7 +66,7 @@ target_link_libraries(
+ install(
+ TARGETS proxygen_proxy
+ EXPORT proxygen-exports
+- DESTINATION bin
++ DESTINATION tools
+ )
+
+ add_executable(proxygen_static
+@@ -87,7 +87,7 @@ target_link_libraries(
+ install(
+ TARGETS proxygen_static
+ EXPORT proxygen-exports
+- DESTINATION bin
++ DESTINATION tools
+ )
+
+ add_executable(proxygen_echo
+@@ -108,7 +108,7 @@ target_link_libraries(
+ install(
+ TARGETS proxygen_echo
+ EXPORT proxygen-exports
+- DESTINATION bin
++ DESTINATION tools
+ )
+
+ if (BUILD_QUIC)
+@@ -140,7 +140,7 @@ if (BUILD_QUIC)
+ install(
+ TARGETS hq
+ EXPORT proxygen-exports
+- DESTINATION bin
++ DESTINATION tools
+ )
+ endif()
+