Browse Source

Use libc++_shared when compiling Megasource and LOVE.

Miku AuahDark 3 years ago
parent
commit
5dd2ac6c3a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

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