From 466a7c6a405f80cd8e01ebf0a70eb406863a38f1 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 3 Mar 2012 19:37:40 +0100 Subject: Integrate the warble tool in the regular build system. Only sdl app builds work properly for now. Change-Id: I7807d42f69b8577b401e48cdc63de71e54f49217 --- firmware/core_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/core_alloc.c') diff --git a/firmware/core_alloc.c b/firmware/core_alloc.c index 34ed48b39f..47faed6e95 100644 --- a/firmware/core_alloc.c +++ b/firmware/core_alloc.c @@ -9,7 +9,7 @@ struct buflib_context core_ctx; /* defined in linker script */ -#if (CONFIG_PLATFORM & PLATFORM_NATIVE) +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(__PCTOOL__) #if defined(IPOD_VIDEO) && !defined(BOOTLOADER) extern unsigned char *audiobufend_lds[]; unsigned char *audiobufend; -- cgit v1.2.3