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 /lib | |
parent | d1764060253e50ec1e47df3dc90475d4944f8d43 (diff) |
[droid] - nearly forgot to make use of the DARWIN_NATIVE_ARCH in libsquish and TexturePacker ;)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsquish/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsquish/Makefile.in b/lib/libsquish/Makefile.in index ffb2886765..f7b3cc1621 100644 --- a/lib/libsquish/Makefile.in +++ b/lib/libsquish/Makefile.in @@ -25,7 +25,7 @@ NATIVE_LIB=libsquish-native.so CLEAN_FILES+=$(NATIVE_LIB) ifeq ($(findstring Darwin,$(shell uname -s)),Darwin) -NATIVE_ARCH=$(shell echo $(CXXFLAGS) | grep x86_64 >/dev/null && echo -m64 || echo -m32) +NATIVE_ARCH=@DARWIN_NATIVE_ARCH@ endif all: $(LIB) $(NATIVE_LIB) |