summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-12-10 23:03:57 -0500
committerSolomon Peachy <pizza@shaftnet.org>2024-12-10 23:04:09 -0500
commitb752f3f9643ec70c40390befd8435b32937222f0 (patch)
tree9207a5d34cc9d8f913c992840f1632dda0681cd4
parent4d632a1774d88b8f1d3f96a578a0c376fb5944bb (diff)
downloadrockbox-b752f3f964.tar.gz
rockbox-b752f3f964.zip
ipod6g: fix sim build
Change-Id: Idb1401e34a5f98222b7813ebdbe17a999691cef2
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 50b8d2fe71..a0587528d3 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -136,7 +136,7 @@
#include "rb-loader.h"
#endif
-#if defined(IPOD_6G)
+#if defined(IPOD_6G) && !defined(SIMULATOR)
#include "norboot-target.h"
#endif