mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 11:30:55 +00:00
Add PCH sloppiness for Ninja build
This commit is contained in:
parent
777ac2aaa6
commit
580a10ef73
1 changed files with 1 additions and 0 deletions
|
|
@ -748,6 +748,7 @@ macOS15_Xcode16_arm64:
|
|||
- $env:CCACHE_DIR = "$(Get-Location)\ccache"
|
||||
- $env:CCACHE_DEPEND = "true"
|
||||
- $env:CCACHE_INODECACHE = "true"
|
||||
- $env:CCACHE_SLOPPINESS = "pch_defines, time_macros"
|
||||
- New-Item -Type Directory -Force -Path $env:CCACHE_DIR
|
||||
- ccache -z -M "${CCACHE_SIZE}"
|
||||
- New-Item -Type File -Force -Path MSVC2022_64_Ninja\.cmake\api\v1\query\codemodel-v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue