patch-tools_depends_native_TexturePacker_Makefile 579 B

123456789101112131415161718192021
  1. --- xbmc-16.0-Jarvis.orig/tools/depends/native/TexturePacker/Makefile 2016-02-20 16:21:19.000000000 +0100
  2. +++ xbmc-16.0-Jarvis/tools/depends/native/TexturePacker/Makefile 2016-04-07 23:49:21.000000000 +0200
  3. @@ -9,18 +9,10 @@ endif
  4. ifeq ($(NATIVEPLATFORM),)
  5. PLATFORM = native
  6. - EXTRA_CONFIGURE = --enable-static
  7. else
  8. PLATFORM = $(NATIVEPLATFORM)
  9. endif
  10. -ifeq ($(NATIVE_OS), linux)
  11. - EXTRA_CONFIGURE = --enable-static
  12. -endif
  13. -ifeq ($(NATIVE_OS), android)
  14. - EXTRA_CONFIGURE = --enable-static
  15. -endif
  16. -
  17. ifeq ($(XBMCROOT),)
  18. XBMCROOT = $(ROOT_DIR)/../../../..
  19. endif