Skip to content

Commit 34b3985

Browse files
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
(cherry picked from commit 2f8f564) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
1 parent daad2c4 commit 34b3985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PCbuild/openssl.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<Copy SourceFiles="@(_SSLDLL)" DestinationFolder="$(OutDir)" />
2424
</Target>
2525
<Target Name="_CleanSSLDLL" BeforeTargets="Clean">
26-
<Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" />
26+
<Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
2727
</Target>
2828
</Project>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy