diff options
Diffstat (limited to 'apps/plugins/bitmaps/mono')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 0152e92..813ede3 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -61,6 +61,6 @@ superdom_boarditems.160x128x1.bmp #endif #endif /* HAVE_LCD_BITMAP */ -#if defined(SIMULATOR) && defined(__APPLE__) +#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__) osx.dummy.bmp #endif |