protonscr

configure.sh missing arg_steamrt initialization

protonclosed
ValveSoftware/Proton#2344 · opened 2019-02-17 by MagmaiKH · updated 2019-02-18 · 1 comments · github
MMagmaiKH 2019-02-17 github

mkdir build;cd build;../configure.sh --no-steam-runtime
Will result in an error, line ~253: if [[ -n $arg_no_steamrt && (-n $arg_steamrt32 || -n $arg_steamrt64 || -n $arg_steamrt) ]]; then

Adding
line ~129: arg_steamrt=""
Resolves the issue

Aaeikum 2019-02-18 github

Sorry about that. Should be fixed now. Thanks for reporting! 7249989

Nothing extracted yet.