Merge pull request #237 from Gravemind/fix-build-wine32-typo

build_proton: Fix build wine32 typo
This commit is contained in:
Andrew Eikum 2018-08-24 11:55:48 -05:00 committed by GitHub
commit 9428857077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,7 +620,7 @@ case "$BUILD_COMPONENTS" in
build_vrclient32 build_vrclient32
;; ;;
"wine") build_wine64; build_wine32 ;; "wine") build_wine64; build_wine32 ;;
"wine32") build_wine64 ;; "wine32") build_wine32 ;;
"wine64") build_wine64 ;; "wine64") build_wine64 ;;
"vrclient") build_vrclient32; build_vrclient64 ;; "vrclient") build_vrclient32; build_vrclient64 ;;
"vrclient32") build_vrclient32 ;; "vrclient32") build_vrclient32 ;;