am 67fa3142: Fix etc1tool to build in Windows SDK under Linux
Merge commit '67fa314265f47fc9360bcea990d8d67270fdefde' into froyo-plus-aosp * commit '67fa314265f47fc9360bcea990d8d67270fdefde': Fix etc1tool to build in Windows SDK under Linux
This commit is contained in:
@@ -23,16 +23,16 @@ LOCAL_STATIC_LIBRARIES := \
|
|||||||
libpng \
|
libpng \
|
||||||
libETC1
|
libETC1
|
||||||
|
|
||||||
LOCAL_LDLIBS := -lz
|
|
||||||
|
|
||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
LOCAL_LDLIBS += -lrt
|
LOCAL_LDLIBS += -lrt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HOST_OS),windows)
|
# Statically link libz for MinGW (Win SDK under Linux),
|
||||||
ifeq ($(strip $(USE_CYGWIN),),)
|
# and dynamically link for all others.
|
||||||
LOCAL_LDLIBS += -lws2_32
|
ifneq ($(strip $(USE_MINGW)),)
|
||||||
endif
|
LOCAL_STATIC_LIBRARIES += libz
|
||||||
|
else
|
||||||
|
LOCAL_LDLIBS += -lz
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LOCAL_MODULE := etc1tool
|
LOCAL_MODULE := etc1tool
|
||||||
|
|||||||
Reference in New Issue
Block a user