Skip to content

Commit

Permalink
Apple Silicon is a 64-bit platform (#1922)
Browse files Browse the repository at this point in the history
Co-authored-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
SergMariaDB and fxcoudert committed Oct 11, 2021
1 parent 89936f1 commit 5e3e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/my_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
# if defined(__i386__) || defined(__ppc__)
# define SIZEOF_CHARP 4
# define SIZEOF_LONG 4
# elif defined(__x86_64__) || defined(__ppc64__)
# elif defined(__x86_64__) || defined(__ppc64__) || defined(__aarch64__)
# define SIZEOF_CHARP 8
# define SIZEOF_LONG 8
# else
Expand Down

0 comments on commit 5e3e5cc

Please sign in to comment.