diff options
author | Memphiz <memphis@machzwo.de> | 2012-06-26 20:53:58 +0200 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 19:14:46 -0400 |
commit | 97f3b4144c9a056917acc7bffa99bbd405bd134b (patch) | |
tree | 53f3dfb9f318ca7068ea3d1928287cf6741959be /tools | |
parent | d1764060253e50ec1e47df3dc90475d4944f8d43 (diff) |
[droid] - nearly forgot to make use of the DARWIN_NATIVE_ARCH in libsquish and TexturePacker ;)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/TexturePacker/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/TexturePacker/Makefile.in b/tools/TexturePacker/Makefile.in index 83d3bb571e..bb5ccfb2be 100644 --- a/tools/TexturePacker/Makefile.in +++ b/tools/TexturePacker/Makefile.in @@ -16,7 +16,7 @@ NATIVE_ROOT_PATH=@USE_TEXTUREPACKER_NATIVE_ROOT@ ifdef NATIVE_ROOT_PATH ifeq ($(findstring osx,@ARCH@),osx) DEFINES += -DTARGET_DARWIN -NATIVE_ARCH=$(shell echo $(CXXFLAGS) | grep x86_64 >/dev/null && echo -m64 || echo -m32) +NATIVE_ARCH=@DARWIN_NATIVE_ARCH@ RPATH= endif NATIVE_CXXFLAGS+= -I. \ |