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:
parent
bd653256a7
commit
5bbb0a5ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue