https://bugs.winehq.org/show_bug.cgi?id=48533
minion minion.procyk@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |minion.procyk@gmail.com
--- Comment #7 from minion minion.procyk@gmail.com --- not knowing what you did to your build tree at this point, i typically build wine using a shell script and i run this at the top which always resets me to latest git gracefully.
make distclean rm -rf wine64-build rm -rf wine32-build
git add . git reset --hard HEAD git pull