mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
build: Use proton sdk docker image for building.
This commit is contained in:
parent
6eba98ad23
commit
68bd1c20e8
7 changed files with 93 additions and 296 deletions
2
Makefile
2
Makefile
|
|
@ -42,7 +42,7 @@ endif
|
|||
|
||||
protonsdk_version := 0.20210126.1-0
|
||||
CONFIGURE_CMD := ../proton/configure.sh \
|
||||
--steam-runtime-image=steam-proton-dev \
|
||||
--steam-runtime-image=registry.gitlab.steamos.cloud/proton/soldier/sdk:$(protonsdk_version) \
|
||||
--build-name="$(_build_name)"
|
||||
|
||||
# make doesn't handle spaces well... replace them with underscores in paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue