mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed non-x86 build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user