From 2ac31087548d2be4d6b129591e931030c8242231 Mon Sep 17 00:00:00 2001 From: nekosu Date: Tue, 5 Mar 2024 21:00:38 +0800 Subject: [PATCH] fix: path --- .../ports/boost-asio/windows_handle_inheritance.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcpkg-overlay/ports/boost-asio/windows_handle_inheritance.patch b/vcpkg-overlay/ports/boost-asio/windows_handle_inheritance.patch index e7712b3..1557741 100644 --- a/vcpkg-overlay/ports/boost-asio/windows_handle_inheritance.patch +++ b/vcpkg-overlay/ports/boost-asio/windows_handle_inheritance.patch @@ -1,7 +1,7 @@ -diff --git a/socket_ops.ipp b/socket_ops.ipp +diff --git a/include/boost/asio/detail/impl/socket_ops.ipp b/include/boost/asio/detail/impl/socket_ops.ipp index 6e2b29b..d0ff1c7 100644 ---- a/socket_ops.ipp -+++ b/socket_ops.ipp +--- a/include/boost/asio/detail/impl/socket_ops.ipp ++++ b/include/boost/asio/detail/impl/socket_ops.ipp @@ -1814,7 +1814,7 @@ socket_type socket(int af, int type, int protocol, boost::system::error_code& ec) {