We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06121dc commit 4165198Copy full SHA for 4165198
cpython-windows/build.py
@@ -509,7 +509,7 @@ def copy_link_to_lib(p: pathlib.Path):
509
<Copy SourceFiles="@(_SSLDLL)" DestinationFolder="$(OutDir)" />
510
</Target>
511
<Target Name="_CleanSSLDLL" BeforeTargets="Clean">
512
- <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" />
+ <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
513
514
'''
515
0 commit comments