0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00

mingw: use asio 1.16

Signed-off-by: Lev Stipakov <lev@openvpn.net>
This commit is contained in:
Lev Stipakov 2020-06-24 17:54:33 +03:00
parent 2ce3635b9c
commit bca2a06c29

View File

@ -32,7 +32,7 @@ download_deps()
git clone https://github.com/OpenVPN/tap-windows6.git
rm -rf asio
git clone https://github.com/chriskohlhoff/asio.git
git clone --single-branch --branch asio-1-16-1 https://github.com/chriskohlhoff/asio
popd
}