build_proton: Fix build wine32 typo
`./build_proton.sh --build wine32` was building wine64 instead of wine32.
This commit is contained in:
parent
5aed286761
commit
ad5527f70b
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ case "$BUILD_COMPONENTS" in
|
|||
build_vrclient32
|
||||
;;
|
||||
"wine") build_wine64; build_wine32 ;;
|
||||
"wine32") build_wine64 ;;
|
||||
"wine32") build_wine32 ;;
|
||||
"wine64") build_wine64 ;;
|
||||
"vrclient") build_vrclient32; build_vrclient64 ;;
|
||||
"vrclient32") build_vrclient32 ;;
|
||||
|
|
Loading…
Reference in a new issue