Skip to content

Commit 235c30c

Browse files
committed
Fixed shared lib for.
1 parent 473921c commit 235c30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function build_android_arch {
8686
echo "toolchain ${TOOL_NAME} missing, create it"
8787
$ANDROID_NDK_HOME/build/tools/make-standalone-toolchain.sh \
8888
--platform=android-$ANDROID_SDK \
89-
--stl=libc++ \
89+
--stl=libc++_shared \
9090
--arch=$ARCH \
9191
--install-dir=$TOOLCHAIN_ROOT_PATH \
9292
--verbose

0 commit comments

Comments
 (0)