diff options
author | 2018-03-20 10:34:40 +0100 | |
---|---|---|
committer | 2018-03-20 10:34:40 +0100 | |
commit | 35c74fc2c69492569902d8faf4d85a7ddb638a65 (patch) | |
tree | fef845bc2f984a38dc39134678f9cfc0c1f90f28 | |
parent | a0ed1d4c3827f44e6d34e25b37d38d41a73f04c8 (diff) |
create libdash.so for android
Change-Id: I4658ce673876bd37040b4fcec15335525fcd0e0b
Signed-off-by: Angelo Mantellini <angelo.mantellini@irt-systemx.fr>
-rw-r--r-- | libdash/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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}) |