Code Review
/
cicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a0ed1d4
)
create libdash.so for android
34/11234/1
author
Angelo Mantellini
<
[email protected]
>
Tue, 20 Mar 2018 09:34:40 +0000
(10:34 +0100)
committer
Angelo Mantellini
<
[email protected]
>
Tue, 20 Mar 2018 09:34:40 +0000
(10:34 +0100)
Change-Id: I4658ce673876bd37040b4fcec15335525fcd0e0b
Signed-off-by: Angelo Mantellini <
[email protected]
>
libdash/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/libdash/CMakeLists.txt
b/libdash/CMakeLists.txt
index
ea04654
..
1ecf770
100644
(file)
--- 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})