File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ build_android() {
9191 -DCMAKE_BUILD_TYPE=Release \
9292 -DCMAKE_SYSTEM_NAME=Android \
9393 -DCMAKE_SYSROOT=${TOOLCHAIN_ROOT_PATH} /sysroot \
94- -DBUILD_SHARED_LIBS=YES \
94+ -DBUILD_SHARED_LIBS=NO \
9595 -DENABLE_TESTING=OFF \
9696 -DCMAKE_ANDROID_ARCH_ABI=${ABI} \
9797 -DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang \
@@ -119,7 +119,7 @@ build_linux() {
119119 -DCMAKE_BUILD_TYPE=Release \
120120 -DCMAKE_C_COMPILER=clang \
121121 -DCMAKE_CXX_COMPILER=clang++ \
122- -DBUILD_SHARED_LIBS=YES \
122+ -DBUILD_SHARED_LIBS=NO \
123123 -DENABLE_TESTING=OFF \
124124 -DCMAKE_INSTALL_PREFIX=${LIBS} /linux
125125
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >de.letsdev.intern</groupId >
66 <artifactId >lib-dispatch</artifactId >
7- <version >1.1.1 </version >
7+ <version >1.2 </version >
88 <name >Apple dispatch library for android and linux</name >
99 <!-- organization -->
1010 <organization >
You can’t perform that action at this time.
0 commit comments