Skip to content

Commit

Permalink
Ensure some build files include a newline at to avoid warnings (pytho…
Browse files Browse the repository at this point in the history
  • Loading branch information
th1722 authored Jan 11, 2023
1 parent 5ff029f commit 61f12b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PCbuild/_ssl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion PCbuild/openssl.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
<Target Name="_CleanSSLDLL" Condition="$(SkipCopySSLDLL) == ''" BeforeTargets="Clean">
<Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
</Target>
</Project>
</Project>

0 comments on commit 61f12b8

Please sign in to comment.