Skip to content

Commit 3872dfe

Browse files
committed
force static build boringssl
1 parent 61c57f7 commit 3872dfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
124124
-DOPENSSL_SMALL=1 \
125125
-DCMAKE_BUILD_TYPE=Release \
126+
-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \
127+
-DBUILD_SHARED_LIBS=OFF \
126128
..
127129
make
128130

0 commit comments

Comments
 (0)