diff options
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 16fc13fba4..425a48b503 100644 --- a/Makefile.in +++ b/Makefile.in @@ -188,7 +188,7 @@ configure: configure.in @./bootstrap # skin textures -ifneq ($(findstring arm,@ARCH@), arm) +ifeq (@USE_TEXTUREPACKER@,1) skins: tools/TexturePacker/TexturePacker force $(MAKE) -C $(CONFLUENCE_MEDIA) else |