diff options
| -rw-r--r-- | firmware/export/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 8b95882..0857a8e 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1134,7 +1134,8 @@ Lyre prototype 1 */ #endif /* enable logging messages to disk*/ -#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) +#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) \ + && !defined(__PCTOOL__) #define ROCKBOX_HAS_LOGDISKF #endif |