Fixed Curl compilation with CrystaX NDK

This commit is contained in:
pelya
2011-07-28 21:55:23 +03:00
parent ad97333b34
commit 25632f41bc

View File

@@ -79,5 +79,9 @@ LOCAL_SHARED_LIBRARIES :=
LOCAL_LDLIBS := -lz
ifneq ($(CRYSTAX_R5_TOOLCHAIN),)
LOCAL_LDLIBS += -L$(NDK_PATH)/sources/crystax/libs/armeabi -lcrystax_static
endif
include $(BUILD_SHARED_LIBRARY)