File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build_type=RelWithDebInfo
19
19
compiler=clang
20
20
compiler.version=17
21
21
compiler.cppstd=20
22
- compiler.libcxx=c++_static
22
+ compiler.libcxx=c++_shared
23
23
24
24
[conf]
25
25
tools.android:ndk_path={{android_home}}/ndk/{{ndk_version}}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build_type=RelWithDebInfo
19
19
compiler=clang
20
20
compiler.version=17
21
21
compiler.cppstd=20
22
- compiler.libcxx=c++_static
22
+ compiler.libcxx=c++_shared
23
23
24
24
[conf]
25
25
tools.android:ndk_path={{android_home}}/ndk/{{ndk_version}}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build_type=RelWithDebInfo
19
19
compiler=clang
20
20
compiler.version=17
21
21
compiler.cppstd=20
22
- compiler.libcxx=c++_static
22
+ compiler.libcxx=c++_shared
23
23
24
24
[conf]
25
25
tools.android:ndk_path={{android_home}}/ndk/{{ndk_version}}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build_type=RelWithDebInfo
19
19
compiler=clang
20
20
compiler.version=17
21
21
compiler.cppstd=20
22
- compiler.libcxx=c++_static
22
+ compiler.libcxx=c++_shared
23
23
24
24
[conf]
25
25
tools.android:ndk_path={{android_home}}/ndk/{{ndk_version}}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ android {
47
47
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
48
48
49
49
externalNativeBuild. cmake. arguments(
50
- ' -DANDROID_STL=c++_static ' ,
50
+ ' -DANDROID_STL=c++_shared ' ,
51
51
" -DCMAKE_TOOLCHAIN_FILE=build/conan/android_toolchain.cmake" ,
52
52
" -DCMAKE_BUILD_TYPE=RelWithDebInfo" ,
53
53
)
You can’t perform that action at this time.
0 commit comments