Closed huangqinjin closed 9 months ago
This is quite interesting... Using HostX86 tools is something MSBuild decides by itself when UseEnv=false
. There must be some kind of a property governing these choices.
Thanks for noticing, I'll look into it.
I believe it's fixed in #109 :
x86: https://github.com/mstorsjo/msvc-wine/actions/runs/7688417957/job/20949618574#step:5:169
arm: https://github.com/mstorsjo/msvc-wine/actions/runs/7688417957/job/20949618574#step:5:639
arm64: https://github.com/mstorsjo/msvc-wine/actions/runs/7688417957/job/20949618574#step:5:872
CC @ravenexp