mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
Makefile.in: Bump STEAMRT_IMAGE to get tools built with binutils 2.40.
Note: as described in bug report, this change is necessary to avoid potential duplicate when searching inside several Proton tree for an image used in a minidump. CW-Bug-Id: #22341
This commit is contained in:
parent
7c21be5c27
commit
81a4743db0
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ SHELL := /bin/bash
|
||||||
# BUILD_NAME - Name of the build for manifests etc.
|
# BUILD_NAME - Name of the build for manifests etc.
|
||||||
# STEAMRT_IMAGE - Name of the docker image to use for building
|
# STEAMRT_IMAGE - Name of the docker image to use for building
|
||||||
|
|
||||||
STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20221017.1-1
|
STEAMRT_IMAGE ?= registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20230509.49493-0
|
||||||
|
|
||||||
ifeq ($(SRCDIR),)
|
ifeq ($(SRCDIR),)
|
||||||
foo := $(error SRCDIR not set, do not include Makefile.in directly, run ./configure.sh to generate Makefile)
|
foo := $(error SRCDIR not set, do not include Makefile.in directly, run ./configure.sh to generate Makefile)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue