summaryrefslogtreecommitdiff
path: root/apps/plugins/goban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban.c')
-rw-r--r--apps/plugins/goban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban.c b/apps/plugins/goban.c
index 8c8aa7a..7bb6744 100644
--- a/apps/plugins/goban.c
+++ b/apps/plugins/goban.c
@@ -20,7 +20,7 @@
****************************************************************************/
#include "plugin.h"
-#if PLUGIN_BUFFER_SIZE < 0x10000 && !defined(SIMULATOR)
+#if PLUGIN_BUFFER_SIZE < 0x10000 && (CONFIG_PLATFORM & PLATFORM_NATIVE)
#include "lib/overlay.h"