summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-04-16 16:06:13 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-04-16 16:06:13 +0100
commit0e8f3669d0d6095723a48c5b888b76931ead2bab (patch)
treea236fdadb78be87d0e791240a7691ad61babc288 /apps
parent76035decc6496bd8b28e1f5f814b00f850ad2957 (diff)
downloadrockbox-0e8f3669d0d6095723a48c5b888b76931ead2bab.tar.gz
rockbox-0e8f3669d0d6095723a48c5b888b76931ead2bab.zip
Fix remaining red from 3fcdadce24
Change-Id: I619a637bdf1fb932c3618f1f40aaa1c9e7f98300
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index fce974f338..c169b61cd1 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -158,7 +158,8 @@ wormlet.c
announce_status.c
#endif
-#ifdef HAVE_MULTIBOOT
+/* can't build in the sim for some reason */
+#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR)
multiboot_select.c
#endif