mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
02a02efee0
commit
e98e64b988
1 changed files with 1 additions and 1 deletions
|
@ -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)/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue