From 39ffa1bcf9fabd5b3fb43b2b164e76ad6ef770cb Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Wed, 13 Sep 2023 00:41:06 +0500 Subject: [PATCH] fix android build somewhat --- fdpp/farptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdpp/farptr.hpp b/fdpp/farptr.hpp index d34ccb85..71c1020b 100644 --- a/fdpp/farptr.hpp +++ b/fdpp/farptr.hpp @@ -27,7 +27,7 @@ #include "thunks_priv.h" #include "farhlp_sta.h" -#if !defined(__clang__) || (__clang_major__ >= 16) +#if !defined(__clang__) || (__clang_major__ >= 16) || defined(__ANDROID__) #define NONPOD_PACKED __attribute__((packed)) #define MAYBE_PACKED #else