mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01: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 a new issue