The branch, master has been updated
via 5fc129d7dd1ad839b2791bfe847049cdaa5f8425 (commit)
from 9da3bbd42b69cd24a4f2e0fce7c2ab11b9576ef3 (commit)
https://github.com/xbmc/xbmc/commit/5fc129d7dd1ad839b2791bfe847049cdaa5f8425
commit 5fc129d7dd1ad839b2791bfe847049cdaa5f8425
Author: beenje <beenje@...>
Date: Wed May 11 22:45:11 2011 +0200
[osx] fixed: ARCH needs to be defined for -m32 to be used
diff --git a/tools/TexturePacker/Makefile.in b/tools/TexturePacker/Makefile.in
index cf4d9f6..600b973 100644
--- a/tools/TexturePacker/Makefile.in
+++ b/tools/TexturePacker/Makefile.in
@@ -1,3 +1,4 @@
+ARCH=@ARCH@
DEFINES += -D_LINUX -DUSE_LZO_PACKING
ifneq ($(or $(findstring powerpc,arm-osx),$(findstring ppc, arm-osx)),)
DEFINES += -DHOST_BIGENDIAN
-----------------------------------------------------------------------
Summary of changes:
tools/TexturePacker/Makefile.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
[xbmc/xbmc]
|