Skip to content

Commit

Permalink
Use c++_shared stl
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Sep 9, 2024
1 parent 86d588d commit 0b33ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/julius/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ android {
externalNativeBuild {
cmake {
version "3.22.1"
arguments "-DTARGET_PLATFORM=android", "-DSYSTEM_LIBS=OFF","-DANDROID_STL=none"
arguments "-DTARGET_PLATFORM=android", "-DSYSTEM_LIBS=OFF","-DANDROID_STL=c++_shared"
}
}
ndk {
Expand Down

0 comments on commit 0b33ece

Please sign in to comment.