summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2021-01-30 15:04:27 +0000
committerGitHub <noreply@github.com>2021-01-30 17:04:27 +0200
commitb1241585b2baf2e62b75febdee2757fc2d3f6488 (patch)
tree5f1016bcf62492024dbf05688195f82f1d0a58a8 /include
parent52795c2f7831575b9d6284eaea7dfbb1c39eba90 (diff)
downloadmariadb-git-b1241585b2baf2e62b75febdee2757fc2d3f6488.tar.gz
Mac M1 build support proposal (minus rocksdb option) (#1743)
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h
index e8ed7e037f0..da0d9920e06 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -152,7 +152,7 @@
# if defined(__i386__) || defined(__ppc__)
# define SIZEOF_CHARP 4
# define SIZEOF_LONG 4
-# elif defined(__x86_64__) || defined(__ppc64__) || defined(__aarch64__)
+# elif defined(__x86_64__) || defined(__ppc64__) || defined(__aarch64__) || defined(__arm64__)
# define SIZEOF_CHARP 8
# define SIZEOF_LONG 8
# else