From: nhmall Date: Sat, 7 May 2022 19:06:43 +0000 (-0400) Subject: tile.c must match target for crosscompile X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b74ba33eed9c9e3cb695aede3ec70e69b1824dca;p=nethack tile.c must match target for crosscompile --- 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;