Skip to content

Commit

Permalink
Hotfixer: Revert e5d3783, breaking prefix creation for some
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Nov 16, 2021
1 parent af4c944 commit 28fea7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wine-tkg-git/wine-tkg-patches/hotfixes/hotfixer
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,12 @@ else
fi
fi

# Revert e5d3783 (winspool.drv: Implement Wow64 entry points in the Unix library. ) as it seems to prevent prefix creation on some machines
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor e5d37832ee66d011ba572a9b571e9fb44a7b2b4d HEAD ); then
warning "Hotfix: Revert e5d3783, breaking prefix creation for some"
_hotfix_mainlinereverts+=(e5d37832ee66d011ba572a9b571e9fb44a7b2b4d)
fi

# Disable vr support patchset for 5.20-6.12
if ( cd "${srcdir}"/"${_winesrcdir}" && ! git merge-base --is-ancestor 12d33d21d33788fd46898ea42e9592d33b6e7c8e HEAD ); then
_steamvr_support="false"
Expand Down

0 comments on commit 28fea7a

Please sign in to comment.