blob: a39244312a42fa5dda13d182e7285cb0f36fb1cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- a/tools/depends/native/TexturePacker/Makefile 2015-03-17 22:29:18.880029509 +0100
+++ b/tools/depends/native/TexturePacker/Makefile 2015-03-17 22:29:41.459671679 +0100
@@ -9,14 +9,10 @@
ifeq ($(NATIVEPLATFORM),)
PLATFORM = native
- EXTRA_CONFIGURE = --enable-static
else
PLATFORM = $(NATIVEPLATFORM)
endif
-ifeq ($(NATIVE_OS), linux)
- EXTRA_CONFIGURE = --enable-static
-endif
ifeq ($(NATIVE_OS), android)
EXTRA_CONFIGURE = --enable-static
endif
|