mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 05:25:14 +01:00
Merge pull request #5917 from jbeich/cryptopp-i386
cryptopp: unbreak build on 32-bit x86
This commit is contained in:
commit
45a4a56264
1
externals/cryptopp/CMakeLists.txt
vendored
1
externals/cryptopp/CMakeLists.txt
vendored
@ -218,6 +218,7 @@ endfunction(DumpMachine)
|
|||||||
|
|
||||||
# Thansk to Anonimal for MinGW; see http://github.com/weidai11/cryptopp/issues/466
|
# Thansk to Anonimal for MinGW; see http://github.com/weidai11/cryptopp/issues/466
|
||||||
DumpMachine(CRYPTOPP_AMD64 "(x86_64|AMD64|amd64)")
|
DumpMachine(CRYPTOPP_AMD64 "(x86_64|AMD64|amd64)")
|
||||||
|
DumpMachine(CRYPTOPP_I386 "(i.86)")
|
||||||
DumpMachine(CRYPTOPP_MINGW64 "(w64-mingw32)|(mingw64)")
|
DumpMachine(CRYPTOPP_MINGW64 "(w64-mingw32)|(mingw64)")
|
||||||
DumpMachine(CRYPTOPP_ARMV8 "(armv8|aarch64)")
|
DumpMachine(CRYPTOPP_ARMV8 "(armv8|aarch64)")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user