Skip to content

Commit

Permalink
added aarch64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
inikep committed Oct 29, 2016
1 parent b0e70b1 commit 8c7dde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/Common.h
Expand Up @@ -15,7 +15,7 @@
#include <sys/types.h>
#include <sys/stat.h>

#if defined(_M_X64) || defined(_M_AMD64) || defined(__x86_64__) || defined(_ARCH_PPC64) || defined(__arm64__)
#if defined(_M_X64) || defined(_M_AMD64) || defined(__x86_64__) || defined(_ARCH_PPC64) || defined(__arm64__) || defined(__aarch64__)
#define FREEARC_64BIT
#endif

Expand Down

0 comments on commit 8c7dde4

Please sign in to comment.