mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-12 09:28:11 +01:00
configure: Use a single steam runtime image.
* Make it more flexible on the image name, * Remove the image type support, only Docker is likely to be supported. * Add target runtime name (scout / soldier), independent of the image.
This commit is contained in:
parent
dcf5f0f53c
commit
f417b5c3e3
4 changed files with 92 additions and 148 deletions
2
Makefile
2
Makefile
|
|
@ -41,7 +41,7 @@ ifneq ($(unstripped),)
|
|||
endif
|
||||
|
||||
CONFIGURE_CMD := ../proton/configure.sh \
|
||||
--steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev \
|
||||
--steam-runtime-image=steam-proton-dev \
|
||||
--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