Don't enable log to disk on PCTOOL builds since there is no disk to log to.
Change-Id: Ida589bcd20227f626349f80293bb423d784519be
This commit is contained in:
parent
633dd49283
commit
6f55433b01
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue