Skip to content

Commit

Permalink
Add longPathAware manifest to enable long paths on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianadam committed Dec 13, 2022
1 parent c6e002d commit 870b59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/ninja.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<application>
<windowsSettings>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
</assembly>

0 comments on commit 870b59b

Please sign in to comment.