mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
build against the Soldier SDK
This commit is contained in:
parent
4ee3a5af70
commit
e9a48c2844
8 changed files with 64 additions and 217 deletions
4
Makefile
4
Makefile
|
|
@ -36,8 +36,8 @@ ifneq ($(unstripped),)
|
|||
endif
|
||||
|
||||
CONFIGURE_CMD := ../proton/configure.sh \
|
||||
--steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev32 \
|
||||
--steam-runtime="$$HOME"/steam-runtime/runtime/ \
|
||||
--steam-runtime64=docker:steam-proton-dev --steam-runtime32=docker:steam-proton-dev \
|
||||
--steam-runtime="$$HOME"/proton/steamrt/ \
|
||||
--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