mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
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
@ -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 New Issue
Block a user