aboutsummaryrefslogtreecommitdiff
path: root/tools/TexturePacker/Makefile.in
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2012-06-23 19:14:54 +0200
committerCory Fields <theuni-nospam-@xbmc.org>2012-08-08 19:14:46 -0400
commit10ad4ee607498edb95e651fc684624c5d9ec7c0d (patch)
tree92e3b5c39d29469338434d065cf441f209e2fcc9 /tools/TexturePacker/Makefile.in
parent97f3b4144c9a056917acc7bffa99bbd405bd134b (diff)
[droid] - fix darwin detection for TexturePacker - don't rely on ARCH but on uname -s as done with libsquish
Diffstat (limited to 'tools/TexturePacker/Makefile.in')
-rw-r--r--tools/TexturePacker/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/TexturePacker/Makefile.in b/tools/TexturePacker/Makefile.in
index bb5ccfb2be..951720d817 100644
--- a/tools/TexturePacker/Makefile.in
+++ b/tools/TexturePacker/Makefile.in
@@ -14,7 +14,7 @@ RPATH=-Wl,-rpath=$(NATIVE_ROOT_PATH)/lib
ifeq (@USE_TEXTUREPACKER_NATIVE@,1)
NATIVE_ROOT_PATH=@USE_TEXTUREPACKER_NATIVE_ROOT@
ifdef NATIVE_ROOT_PATH
-ifeq ($(findstring osx,@ARCH@),osx)
+ifeq ($(findstring Darwin,$(shell uname -s)),Darwin)
DEFINES += -DTARGET_DARWIN
NATIVE_ARCH=@DARWIN_NATIVE_ARCH@
RPATH=