From 05fe51db59ab5eb5a929e2bae1c2d60981b83d53 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 21 Mar 2018 13:20:58 -0500 Subject: [PATCH] build_proton: Add lsteamclient build targets --- build_proton.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_proton.sh b/build_proton.sh index 51eb80ef..ee87be6d 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -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