Closed mattiasljungstrom closed 2 years ago
Hmm, where do you see this "Additional Options", I only see the setting here under "Target Machine":
(this is VS2019 Version 16.11.9)
Should the "x86" also be capitalized? In the settings dialog it's /MACHINE:X86
.
I don't think (or rather: hope) FIPS_WINDOWS_PLATFORM_NAME is used much outside the toolchain file.
Under "Command Line", on the bottom. (In the Linker settings)
x86 should perhaps also be upper-case, I don't know if I have any 32-bit projects to test with. :)
I changed x86 to X86.
Ok merged, thanks! :)
This is really a minor inconvinience but I noticed this when I was fixing the last issue.
MSVC 2019 will put '/machine:x64' in "Additional Options" unless it's in upper-case. I have not tested this on other MSVC versions, and I guess it might be an issue if people check for "x64" in their project in FIPS_WINDOWS_PLATFORM_NAME.