From e98e64b9886b67626d161a0d7f8d3097088726be Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 8 Feb 2013 22:36:23 +0100 Subject: Fix Theme Editor build. The skin_parser now needs __PCTOOL__ set to build libskin_parser.a properly for use with the Theme Editor. Change-Id: I48a518fa296cc8ec5d0e3022baaedd796afe7c5f --- lib/skin_parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/skin_parser/Makefile b/lib/skin_parser/Makefile index 5105b040fd..08b7fa14d3 100644 --- a/lib/skin_parser/Makefile +++ b/lib/skin_parser/Makefile @@ -4,7 +4,6 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id$ # ifndef V @@ -20,6 +19,7 @@ TARGET_DIR ?= ./ BUILDDIR ?= $(TARGET_DIR)build TARGETPLATFORM ?= $(shell uname) +CFLAGS += -D__PCTOOL__ ifdef RBARCH CFLAGS += -arch $(RBARCH) OBJDIR = $(BUILDDIR)/$(RBARCH)/ -- cgit v1.2.3