From b74ba33eed9c9e3cb695aede3ec70e69b1824dca Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 7 May 2022 15:06:43 -0400 Subject: [PATCH] tile.c must match target for crosscompile --- win/share/tilemap.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win/share/tilemap.c b/win/share/tilemap.c index 02ec1ffe4..b9464191d 100644 --- a/win/share/tilemap.c +++ b/win/share/tilemap.c @@ -54,6 +54,10 @@ extern void exit(int); #endif #endif +#if defined(CROSSCOMPILE) && defined(ENHANCED_SYMBOLS) +#undef ENHANCED_SYMBOLS +#endif + struct { int idx; const char *tilelabel; -- 2.50.1