summaryrefslogtreecommitdiff
path: root/apps/plugins/BUILD_OVERLAY
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/BUILD_OVERLAY')
-rw-r--r--apps/plugins/BUILD_OVERLAY2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/BUILD_OVERLAY b/apps/plugins/BUILD_OVERLAY
index 0afcbfbbf9..dd129333c2 100644
--- a/apps/plugins/BUILD_OVERLAY
+++ b/apps/plugins/BUILD_OVERLAY
@@ -4,6 +4,6 @@
4 * they will grep for "YES" to see if overlay plugins must be built 4 * they will grep for "YES" to see if overlay plugins must be built
5 */ 5 */
6 6
7#if PLUGIN_BUFFER_SIZE <= 0x20000 && !defined(SIMULATOR) 7#if PLUGIN_BUFFER_SIZE <= 0x20000 && (CONFIG_PLATFORM & PLATFORM_NATIVE)
8YES 8YES
9#endif 9#endif