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
+4
View File
@@ -54,6 +54,10 @@ extern void exit(int);
#endif #endif
#endif #endif
#if defined(CROSSCOMPILE) && defined(ENHANCED_SYMBOLS)
#undef ENHANCED_SYMBOLS
#endif
struct { struct {
int idx; int idx;
const char *tilelabel; const char *tilelabel;