mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 07:38:11 +03:00
Merge pull request #237 from Gravemind/fix-build-wine32-typo
build_proton: Fix build wine32 typo
This commit is contained in:
commit
9428857077
@ -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…
x
Reference in New Issue
Block a user