Use libc++_shared when compiling Megasource and LOVE.

This commit is contained in:
Miku AuahDark
2022-05-16 00:28:13 +08:00
parent 9e15879b4b
commit 5dd2ac6c3a
+1
View File
@@ -14,6 +14,7 @@ android {
targetSdk 31
externalNativeBuild {
cmake {
arguments "-DANDROID_STL=c++_shared"
targets "love"
}
}