Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test fix for MTA Server x64 build error:
cryptopp.lib(cpu.obj) : error LNK2019: unresolved external symbol XGETBV64 referenced in function "void __cdecl CryptoPP::DetectX86Features(void)" (?DetectX86Features@CryptoPP@@yaxxz) [D:\a\mtasa-blue\mtasa-blue\Build\Deathmatch.vcxproj] cryptopp.lib(cpu.obj) : error LNK2019: unresolved external symbol CPUID64 referenced in function "bool __cdecl CryptoPP::CpuId(unsigned int,unsigned int,unsigned int * const)" (?CpuId@CryptoPP@@YA_NIIQEAI@Z) [D:\a\mtasa-blue\mtasa-blue\Build\Deathmatch.vcxproj] ..\Bin\server\x64\deathmatch.dll : fatal error LNK1120: 2 unresolved externals [D:\a\mtasa-blue\mtasa-blue\Build\Deathmatch.vcxproj] Following 7ba2a4c Due to weidai11/cryptopp@0432085
- Loading branch information