aboutsummaryrefslogtreecommitdiff
path: root/ports/proxygen/fix-tools-path.patch
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2019-12-24 07:58:21 +0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-12-23 15:58:21 -0800
commit5f56ea9b5bc9a8e6a3a43fe69d867f0d22b86552 (patch)
treeb74c06ddfc6779cbea945aec4a1c54bcf0ea082c /ports/proxygen/fix-tools-path.patch
parent7ac7a463433c9e1d166b7e5951b6706dc88d3719 (diff)
downloadvcpkg-5f56ea9b5bc9a8e6a3a43fe69d867f0d22b86552.tar.gz
vcpkg-5f56ea9b5bc9a8e6a3a43fe69d867f0d22b86552.zip
[proxygen]Add new port. (#8766)
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()
+