mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed non-x86 build
This commit is contained in:
parent
1e7feae0df
commit
918aa556ef
@ -13,7 +13,7 @@
|
||||
#define bit_AES (1 << 25)
|
||||
#endif
|
||||
|
||||
#if (defined(__GNUC__) && __GNUC__ < 5)
|
||||
#if (defined(__GNUC__) && __GNUC__ < 5 && (defined(__x86_64__) || defined(__i386__)))
|
||||
#include <cpuid.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user