Skip to content

Commit 0a75167

Browse files
flichtenheldJenkins-dev
authored andcommitted
asio: Move patches to vcpkg-ports directory
We don't use them anywhere else anymore. And vcpkg does not actually check the contents of files outside of the port directory for calculating whether it can use the cached build. Signed-off-by: Frank Lichtenheld <[email protected]>
1 parent 221a426 commit 0a75167

7 files changed

+6
-6
lines changed

deps/vcpkg-ports/asio/portfile.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ vcpkg_from_github(
88
SHA512 d44b35d9d1900de35aa10bf339c7e16a06e110377fd70fbefba91599d24cff32cc3dc88a4b0bf1e1706f9ac46177982edb5c7f969b72a57123be6550a3b062d8
99
HEAD_REF master
1010
PATCHES
11-
../../asio/patches/0001-Added-Apple-NAT64-support-when-both-ASIO_HAS_GETADDR.patch
12-
../../asio/patches/0002-Added-user-code-hook-async_connect_post_open-to-be-c.patch
13-
../../asio/patches/0003-error_code.ipp-Use-English-for-Windows-error-message.patch
14-
../../asio/patches/0004-Added-kovpn-route_id-support-to-endpoints-for-sendto.patch
15-
../../asio/patches/0005-basic_resolver_results-added-data-and-cdata-members-.patch
16-
../../asio/patches/0006-reactive_socket_service_base-add-constructor-for-bas.patch
11+
0001-Added-Apple-NAT64-support-when-both-ASIO_HAS_GETADDR.patch
12+
0002-Added-user-code-hook-async_connect_post_open-to-be-c.patch
13+
0003-error_code.ipp-Use-English-for-Windows-error-message.patch
14+
0004-Added-kovpn-route_id-support-to-endpoints-for-sendto.patch
15+
0005-basic_resolver_results-added-data-and-cdata-members-.patch
16+
0006-reactive_socket_service_base-add-constructor-for-bas.patch
1717
)
1818
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
1919

0 commit comments

Comments
 (0)