mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-28 22:48:18 +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 ;;
|
"vrclient") build_vrclient32; build_vrclient64 ;;
|
||||||
"vrclient32") build_vrclient32 ;;
|
"vrclient32") build_vrclient32 ;;
|
||||||
"vrclient64") build_vrclient64 ;;
|
"vrclient64") build_vrclient64 ;;
|
||||||
|
"lsteamclient") build_lsteamclient32; build_lsteamclient64 ;;
|
||||||
|
"lsteamclient32") build_lsteamclient32 ;;
|
||||||
|
"lsteamclient64") build_lsteamclient64 ;;
|
||||||
*) echo "Invalid build components: $BUILD_COMPONENTS" ;;
|
*) echo "Invalid build components: $BUILD_COMPONENTS" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user