tile.c must match target for crosscompile

This commit is contained in:
nhmall
2022-05-07 15:06:43 -04:00
parent 3101727fc0
commit b74ba33eed

View 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;