From 8c6a8cd63f9c98d672a999dbc8b6f6acb560d0bb Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sat, 3 May 2025 01:44:35 -0700 Subject: [PATCH] Python: Fix build --- src/platform/python/_builder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/python/_builder.h b/src/platform/python/_builder.h index c39fcf143..b3755269c 100644 --- a/src/platform/python/_builder.h +++ b/src/platform/python/_builder.h @@ -8,6 +8,7 @@ #define MGBA_EXPORT #define ATTRIBUTE_FORMAT(X, Y, Z) +#define ATTRIBUTE_NONSTRING #define DECL_BITFIELD(newtype, oldtype) typedef oldtype newtype #define DECL_BIT(type, field, bit) DECL_BITS(type, field, bit, 1) #define DECL_BITS(TYPE, FIELD, START, SIZE) \