From 35c74fc2c69492569902d8faf4d85a7ddb638a65 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Tue, 20 Mar 2018 10:34:40 +0100 Subject: create libdash.so for android Change-Id: I4658ce673876bd37040b4fcec15335525fcd0e0b Signed-off-by: Angelo Mantellini --- libdash/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdash/CMakeLists.txt b/libdash/CMakeLists.txt index ea046547..1ecf7706 100644 --- a/libdash/CMakeLists.txt +++ b/libdash/CMakeLists.txt @@ -190,7 +190,7 @@ include_directories(${WLIB_INCLUDE_DIRS}) include_directories(${CURL_INCLUDE_DIRS}) include_directories(include) -if (COMPILE_FOR_IOS OR COMPILE_FOR_IOS_SIMULATOR OR ANDROID_API) +if (COMPILE_FOR_IOS OR COMPILE_FOR_IOS_SIMULATOR) add_library(dash STATIC ${SOURCE_FILES}) else() add_library(dash SHARED ${SOURCE_FILES}) -- cgit 1.2.3-korg