diff --git a/modules/gdnative/include/gdnative/gdnative.h b/modules/gdnative/include/gdnative/gdnative.h index ec95c4c4ebf..29f0cf18c64 100644 --- a/modules/gdnative/include/gdnative/gdnative.h +++ b/modules/gdnative/include/gdnative/gdnative.h @@ -47,7 +47,7 @@ extern "C" { #endif #else // Linux/BSD/Web -#if defined(__aarch64__) +#if defined(__aarch64__) || defined(__arm__) #define GDCALLINGCONV #else #define GDCALLINGCONV __attribute__((sysv_abi))