1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-25 02:30:56 +00:00

Unique binlog name per MSBuild invocation

This commit is contained in:
AnyOldName3 2026-01-07 00:17:52 +00:00
parent bd653256a7
commit 5bbb0a5ea6

View file

@ -1000,7 +1000,7 @@ Windows_Ninja_CacheInit:
- cd MSVC2022_64
- Get-Volume
- $env:CCACHE_IGNOREHEADERS = "$(Get-Location)\deps"
- cmake --build . --config $config --target ($targets.Split(' ')) -- /bl
- cmake --build . --config $config --target ($targets.Split(' ')) -- /bl:`{`}.binlog
- ccache --show-stats -vv
- cd $config
- Copy-Item ..\..\LICENSE license.txt