@@ -14,6 +14,7 @@ android {
targetSdk 31
externalNativeBuild {
cmake {
+ arguments "-DANDROID_STL=c++_shared"
targets "love"
}