Hi
I am trying now to compile a 32 bit artifacts on 64 bits machine on MSVC, but the NAR in this case only compile as amd64_x86 (Which means the artifact will run on 64 bit machine as 64 bit process, and not 32 bits)
This is how it is defined in the MSVC.java in the initPath method. I can add another parameter to force using the relevant architecuture in the MSVC class,
Also- What is the meaning of final boolean matchMojo = false;
This flag is only being initialized check 3 times to verify it is false.
Thanks
Eyal