build against the Soldier SDK

This commit is contained in:
Andrew Eikum 2020-06-29 11:01:56 -05:00
parent 4ee3a5af70
commit e9a48c2844
8 changed files with 64 additions and 217 deletions

View file

@ -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