diff options
author | beenje <beenje@xbmc.org> | 2011-05-11 22:45:11 +0200 |
---|---|---|
committer | beenje <beenje@xbmc.org> | 2011-05-11 23:11:32 +0200 |
commit | 5fc129d7dd1ad839b2791bfe847049cdaa5f8425 (patch) | |
tree | e7720f2559ab3b8aa19f3dab1d3453ce07f43e0a /tools/TexturePacker/Makefile.in | |
parent | 9da3bbd42b69cd24a4f2e0fce7c2ab11b9576ef3 (diff) |
[osx] fixed: ARCH needs to be defined for -m32 to be used
Diffstat (limited to 'tools/TexturePacker/Makefile.in')
-rw-r--r-- | tools/TexturePacker/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/TexturePacker/Makefile.in b/tools/TexturePacker/Makefile.in index cf4d9f697e..600b9732cc 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 |