diff options
author | Stephan Raue <stephan@openelec.tv> | 2013-09-03 05:44:33 +0200 |
---|---|---|
committer | Stephan Raue <stephan@openelec.tv> | 2013-09-03 06:54:44 +0200 |
commit | 2108f29aa7f60ed03afea65b262cec5ca1ed5ab9 (patch) | |
tree | 37f43cb424bef6f308624a7a1425558be224b3f6 /Makefile.in | |
parent | 59109579ecfe7622fea2283d1391ca4da07aa9a7 (diff) |
Texturepacker: rework to support native builds with *_FOR_BUILD, Texturepacker builds always against libsquish-native.so, which is ok because CXX_FOR_BUILD=CXX, CXXFLAGS_FOR_BUILD=CXXFLAGS and LDFLAGS_FOR_BUILD=LDFLAGS on non crosscompiled builds, sothere libsquish-native is the same like libsquish
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8162f645ff..3b21d50a72 100644 --- a/Makefile.in +++ b/Makefile.in @@ -520,7 +520,7 @@ else $(SILENT_LD) $(CC) $(CFLAGS) $(LDFLAGS) -o xbmc-xrandr xbmc-xrandr.c -lXrandr -lX11 -lm endif -tools/TexturePacker/TexturePacker: lib/libsquish/libsquish.a xbmc/guilib/XBTF.h +tools/TexturePacker/TexturePacker: xbmc/guilib/XBTF.h $(MAKE) -C tools/TexturePacker/ |