diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-20 16:14:37 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-20 23:39:19 +0300 |
commit | 932804559e845fb8ec6ac3a3b49308136a7e81e6 (patch) | |
tree | dc482005093fbe840b4f0b40cd0a8cabcc4ee0c0 /include/LibreOfficeKit | |
parent | ef5e3bfc71f94f77ecd13df9afe2fa768b020dbb (diff) |
Check arm64 too
Change-Id: I51f89eb05f7844a7b0a99eab1587bbe333b96b09
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitInit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h index 15b9a67a4e22..322ba8be9e4b 100644 --- a/include/LibreOfficeKit/LibreOfficeKitInit.h +++ b/include/LibreOfficeKit/LibreOfficeKitInit.h @@ -158,7 +158,7 @@ static void *lok_dlopen( const char *install_path, char ** _imp_lib ) *_imp_lib = NULL; -#if !(defined(__APPLE__) && defined(__arm__)) +#if !(defined(__APPLE__) && (defined(__arm__) || defined(__arm64__))) size_t partial_length; if (!install_path) |