mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
build_proton: Add lsteamclient build targets
This commit is contained in:
parent
1708a87b49
commit
05fe51db59
@ -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…
Reference in New Issue
Block a user