Merge pull request #237 from Gravemind/fix-build-wine32-typo
build_proton: Fix build wine32 typo
This commit is contained in:
commit
9428857077
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