summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2013-02-08 22:36:23 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-02-08 22:38:57 +0100
commite98e64b9886b67626d161a0d7f8d3097088726be (patch)
tree40cf519be9daf8d27192671f108996f5ecf4a692
parent02a02efee086f0bcaea6acdaeb5e584ed48c6002 (diff)
downloadrockbox-e98e64b9886b67626d161a0d7f8d3097088726be.tar.gz
rockbox-e98e64b9886b67626d161a0d7f8d3097088726be.zip
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
-rw-r--r--lib/skin_parser/Makefile2
1 files changed, 1 insertions, 1 deletions
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 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id$
8# 7#
9 8
10ifndef V 9ifndef V
@@ -20,6 +19,7 @@ TARGET_DIR ?= ./
20BUILDDIR ?= $(TARGET_DIR)build 19BUILDDIR ?= $(TARGET_DIR)build
21TARGETPLATFORM ?= $(shell uname) 20TARGETPLATFORM ?= $(shell uname)
22 21
22CFLAGS += -D__PCTOOL__
23ifdef RBARCH 23ifdef RBARCH
24CFLAGS += -arch $(RBARCH) 24CFLAGS += -arch $(RBARCH)
25OBJDIR = $(BUILDDIR)/$(RBARCH)/ 25OBJDIR = $(BUILDDIR)/$(RBARCH)/