Closed mikeseese closed 1 year ago
I just tested and the same happened to me. Not sure why it was not an issue before, this may be caused by a more recent Visual Studio install.
Anyway, I've changed the CMake script to only pass those command-line options to the C++ compiler and not to MASM. This fixes the issue.
Thanks!
That also fixed it for me! Thanks a bunch for the quick turnaround!
I am receiving an error when the linker is trying to link
abi_x64_win_asm.obj
:Which is due to the fact the obj file never actually gets generated:
Running cnoke with
--verbose
doesn't shed any more information during the assemble step:Are the "invalid command-line option"s being passed to
ml64.exe
an issue?