mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
build_proton: Add lsteamclient build targets
This commit is contained in:
parent
1708a87b49
commit
05fe51db59
1 changed files with 3 additions and 0 deletions
|
|
@ -447,6 +447,9 @@ case "$BUILD_COMPONENTS" in
|
|||
"vrclient") build_vrclient32; build_vrclient64 ;;
|
||||
"vrclient32") build_vrclient32 ;;
|
||||
"vrclient64") build_vrclient64 ;;
|
||||
"lsteamclient") build_lsteamclient32; build_lsteamclient64 ;;
|
||||
"lsteamclient32") build_lsteamclient32 ;;
|
||||
"lsteamclient64") build_lsteamclient64 ;;
|
||||
*) echo "Invalid build components: $BUILD_COMPONENTS" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue