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:
Michael Giacomelli 2012-08-06 19:26:33 -04:00
parent 633dd49283
commit 6f55433b01

View file

@ -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