-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x86 exe in x64 folder #20
Comments
That's odd - can you share an error message about what failed there?
What part of the copying has gone wrong here? What does /opt/msvc/bin/x64/msvcenv.sh contain (what |
Nothing wrong with |
Ok, so you have |
Even with
docker
installed, the docker build method didn't work for me so I use the method withvsdownload.py
andinstall.sh
.I noticed, the .exe files copied to
x64
are the same asx86
in thebin
folder.Output from
cl.exe
That
cl.exe
should have been copied fromHostx64/x64
.I hope this mistake didn't affect the other folders.
I've check the
arm
andarm64
folders and they had the correctcl.exe
.The text was updated successfully, but these errors were encountered: