Use most recent OSG dependency to match 0.48 RC builds

backport_gl_clamp_removal
elsid 11 months ago
parent 36f16cffe5
commit f568909022
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -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…
Cancel
Save