From 34b398559fc47745473a39313a9e2ec17fe1d9ad Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 7 Mar 2019 09:44:53 -0800 Subject: [PATCH] bpo-36108: Avoid failing the build on race condition in clean (GH-12217) (cherry picked from commit 2f8f56499c20af70ff5037fdbc5d738e56d9eab0) Co-authored-by: Steve Dower --- PCbuild/openssl.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props index 257cc857d0ec..8c78cd4ab108 100644 --- a/PCbuild/openssl.props +++ b/PCbuild/openssl.props @@ -23,6 +23,6 @@ - + \ No newline at end of file -- 2.47.3