mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-19 19:53:53 +00:00
Use most recent OSG dependency to match 0.48 RC builds
This commit is contained in:
parent
36f16cffe5
commit
f568909022
2 changed files with 3 additions and 3 deletions
|
@ -440,7 +440,7 @@ macOS12_Xcode13:
|
|||
after_script:
|
||||
- Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log
|
||||
cache:
|
||||
key: ninja-v4
|
||||
key: ninja-v0.48.5
|
||||
paths:
|
||||
- ccache
|
||||
- deps
|
||||
|
@ -541,7 +541,7 @@ macOS12_Xcode13:
|
|||
after_script:
|
||||
- Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log
|
||||
cache:
|
||||
key: msbuild-v4
|
||||
key: msbuild-v0.48.5
|
||||
paths:
|
||||
- ccache
|
||||
- deps
|
||||
|
|
|
@ -556,7 +556,7 @@ fi
|
|||
ICU_VER="70_1"
|
||||
|
||||
OSG_ARCHIVE_NAME="OSGoS 3.6.5"
|
||||
OSG_ARCHIVE="OSGoS-3.6.5-dd803bc-msvc${OSG_MSVC_YEAR}-win${BITS}"
|
||||
OSG_ARCHIVE="OSGoS-3.6.5-123-g68c5c573d-msvc${OSG_MSVC_YEAR}-win${BITS}"
|
||||
OSG_ARCHIVE_REPO_URL="https://gitlab.com/OpenMW/openmw-deps/-/raw/main"
|
||||
if ! [ -z $OSG_MULTIVIEW_BUILD ]; then
|
||||
OSG_ARCHIVE_NAME="OSG-3.6-multiview"
|
||||
|
|
Loading…
Reference in a new issue