Skip to content

Commit

Permalink
fix android build somewhat
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Sep 12, 2023
1 parent d9c616d commit 39ffa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdpp/farptr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39ffa1b

Please sign in to comment.