Skip to content

Commit 4165198

Browse files
committed
windows: update search string in OpenSSL project file
The exact string changed in CPython 3.7.3, which we now build.
1 parent 06121dc commit 4165198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-windows/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def copy_link_to_lib(p: pathlib.Path):
509509
<Copy SourceFiles="@(_SSLDLL)" DestinationFolder="$(OutDir)" />
510510
</Target>
511511
<Target Name="_CleanSSLDLL" BeforeTargets="Clean">
512-
<Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" />
512+
<Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
513513
</Target>
514514
'''
515515

0 commit comments

Comments
 (0)