Ver código fonte

Update build_wine.sh

Kron4ek 2 meses atrás
pai
commit
70e26f8219
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      build_wine.sh

+ 4 - 0
build_wine.sh

@@ -228,6 +228,10 @@ elif [ "$WINE_BRANCH" = "proton" ]; then
 
 	WINE_VERSION="$(cat wine/VERSION | tail -c +14)-$(git -C wine rev-parse --short HEAD)"
 	if [[ "${PROTON_BRANCH}" == "experimental_"* ]] || [ "${PROTON_BRANCH}" = "bleeding-edge" ]; then
+ 		cd wine
+   		patch -Np1 < "${scriptdir}"/opencl.patch
+     		cd ..
+       
 		BUILD_NAME=proton-exp-"${WINE_VERSION}"
 	else
 		BUILD_NAME=proton-"${WINE_VERSION}"