]> granicus.if.org Git - nethack/commitdiff
tile.c must match target for crosscompile
authornhmall <nhmall@nethack.org>
Sat, 7 May 2022 19:06:43 +0000 (15:06 -0400)
committernhmall <nhmall@nethack.org>
Sat, 7 May 2022 19:06:43 +0000 (15:06 -0400)
win/share/tilemap.c

index 02ec1ffe4e5f3eef313c143e980a5dd4a77d1e08..b9464191dd86bab2fc8af2fc978a28843a915e0a 100644 (file)
@@ -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;