Forráskód Böngészése

Update build_wine.sh

Kron4ek 2 hónapja
szülő
commit
70e26f8219
1 módosított fájl, 4 hozzáadás és 0 törlés
  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}"