Skip to content

Commit 870b59b

Browse files
committed
Add longPathAware manifest to enable long paths on Windows
Fixes: #1900
1 parent c6e002d commit 870b59b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/ninja.manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<application>
44
<windowsSettings>
55
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
6+
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
67
</windowsSettings>
78
</application>
89
</assembly>

0 commit comments

Comments
 (0)